Skip to content

Commit dbfdc76

Browse files
chore(deps): bump strum from 0.27.2 to 0.28.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1e5c95 commit dbfdc76

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -12,7 +12,7 @@ lto = 'fat'
1212
strip = true
1313

1414
[dependencies]
15-
strum = { version = "0.27", features = ["derive"], default-features = false }
15+
strum = { version = "0.28", features = ["derive"], default-features = false }
1616
anyhow = "1.0"
1717
digest = { default-features = false, version = "0.10" }
1818
git-version = "0.3"

0 commit comments

Comments
 (0)