Skip to content

Commit

Permalink
build(deps): bump strum from 0.24.1 to 0.25.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jun 20, 2023
1 parent 686f421 commit a389337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
21 changes: 4 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clap_complete = "4.3.1"
anyhow = { version = "1.0.71", features = ["backtrace"] }
phf = { version = "0.11.1", features = ["macros"] }
console = "0.15.7"
strum = { version = "0.24.1", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
Expand Down

0 comments on commit a389337

Please sign in to comment.