Skip to content

Commit

Permalink
Update strum requirement from 0.24.1 to 0.26.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 530544a commit a7cf071
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 @@ -10,7 +10,7 @@ getset = "0.1.2"
lazy_static = "1.4.0"
regex = "1.6.0"
serde = { version = "1.0.140", features = ["derive"] }
strum = { version = "0.24.1", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
thiserror = "1.0.31"
typed-builder = "0.10.0"

Expand Down

0 comments on commit a7cf071

Please sign in to comment.