Skip to content

Commit

Permalink
Update strum requirement from 0.24 to 0.26 in /xtask
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 4aa9022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ duct = "0.13.6"
serde = { features = ["derive"], version = "1" }
serde_json = "1"
smart-default = "0.6"
strum = { features = ["derive"], version = "0.24" }
strum = { features = ["derive"], version = "0.26" }
tracing = "0.1"
tracing-subscriber = "0.3"

Expand Down

0 comments on commit 4aa9022

Please sign in to comment.