Skip to content

Commit

Permalink
fix: update strum requirement from 0.25.0 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 dc7845d commit fa8ec9d
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 @@ -15,7 +15,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
thiserror = "1.0.48"
mit-commit = "3.1.8"
regex = "1.9.5"
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
toml = "0.8.0"
futures = "0.3.28"
lazy_static = "1.4.0"
Expand Down

0 comments on commit fa8ec9d

Please sign in to comment.