Skip to content

Commit

Permalink
chore(deps): Update strum requirement from 0.24 to 0.25
Browse files Browse the repository at this point in the history
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent 381638a commit 20bf9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rsa = "0.9.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.7"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
tokio = "1.0"
tonic = "0.9"
tonic-build = "0.9"
Expand Down

0 comments on commit 20bf9e8

Please sign in to comment.