Skip to content

Commit 94b4c64

Browse files
chore(deps): bump strum from 0.27.2 to 0.28.0 (#564)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe802e7 commit 94b4c64

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -41,7 +41,7 @@ derive_more = { version = "2", features = ["from", "display"] }
4141
schemars = { version = "1" }
4242
serde = { version = "1", features = ["derive", "rc"] }
4343
serde_json = { version = "1", features = ["raw_value"] }
44-
strum = { version = "0.27", features = ["derive"] }
44+
strum = { version = "0.28", features = ["derive"] }
4545

4646
[lints.rust]
4747
future_incompatible = { level = "warn", priority = -1 }

0 commit comments

Comments
 (0)