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.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent 6efb33a commit 071347d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
36 changes: 29 additions & 7 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 @@ -20,6 +20,6 @@ itertools = "0.11"
regex = "1.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
test-case = "3.2"
tokio = { version = "1.32", features = ["macros", "rt", "rt-multi-thread"] }

0 comments on commit 071347d

Please sign in to comment.