Skip to content

Commit 35ba151

Browse files
build(deps): bump strum from 0.26.2 to 0.27.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.2 to 0.27.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.2...v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f525d13 commit 35ba151

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Cargo.lock

+13-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tempfile = "3.16.0"
3131
tokio-util = { version = "0.7", features = [ "io" ] }
3232
tracing-subscriber = { version = "0.3.9", features = ["env-filter", "json"] }
3333
tracing = "0.1.31"
34-
strum = { version = "0.26.2", features = ["derive"] }
34+
strum = { version = "0.27.0", features = ["derive"] }
3535

3636
[build-dependencies]
3737
vergen = { version = "8.3.1", features = ["git", "gitcl"] }

0 commit comments

Comments
 (0)