Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
chore(deps): update rust crate strum to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 28, 2024
1 parent 8e911e3 commit 63d96da
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 @@ -20,6 +20,6 @@ itertools = "0.12"
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
test-case = "3.3"
tokio = { version = "1.37", features = ["macros", "rt", "rt-multi-thread"] }

0 comments on commit 63d96da

Please sign in to comment.