Skip to content

Commit

Permalink
Update strum requirement from 0.25 to 0.26
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 25, 2024
1 parent 9f0e3bc commit 6b4e1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -24,7 +24,7 @@ itertools = "0.11"
serde = { features = ["derive"], version = "1" }
serde_json = "1"
smart-default = "0.7"
strum = { features = ["derive"], version = "0.25" }
strum = { features = ["derive"], version = "0.26" }



Expand Down

0 comments on commit 6b4e1ea

Please sign in to comment.