Skip to content

Commit

Permalink
Merge pull request #5 from pocesar/dependabot/cargo/strum-0.25.0
Browse files Browse the repository at this point in the history
chore(deps): bump strum from 0.24.1 to 0.25.0
  • Loading branch information
pocesar authored Dec 13, 2023
2 parents bc954fa + 2d94f81 commit 1c417e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -30,7 +30,7 @@ config = { version = "0.13.2", default-features = false, features = [
] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.89", features = ["arbitrary_precision"] }
strum = "0.24"
strum = "0.25"
strum_macros = "0.24"
prometheus_exporter = { version = "0.8.5", default-features = false }
unicode-truncate = "0.2.0"
Expand Down

0 comments on commit 1c417e3

Please sign in to comment.