Skip to content

Commit 3071110

Browse files
Bump strum from 0.24.1 to 0.25.0 (#1089)
Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a30ac1 commit 3071110

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde_json = "1.0"
4444
serde_yaml = "0.9.21"
4545
# TODO With the new value parsers, we're really close to being able to eliminate
4646
# the strum dependency
47-
strum = { version = "0.24.1", features = ["derive"] }
47+
strum = { version = "0.25.0", features = ["derive"] }
4848
time = { version = "0.3.22", features = ["formatting"] }
4949
time-humanize = { version = "0.1.3", features = ["time"] }
5050
tokei = "12.1.2"

manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ repository = "https://github.com/o2sh/onefetch"
1212
anyhow = "1.0"
1313
cargo_toml = "0.15.3"
1414
npm-package-json = "0.1.3"
15-
strum = { version = "0.24.1", features = ["derive"] }
15+
strum = { version = "0.25.0", features = ["derive"] }

0 commit comments

Comments
 (0)