Skip to content

Commit

Permalink
Merge pull request #100 from mdpadberg/renovate/strum-0.x
Browse files Browse the repository at this point in the history
Update Rust crate strum to 0.26
  • Loading branch information
mdpadberg authored Jan 31, 2024
2 parents a03c7b3 + 52b347a commit f909c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dirs = "5.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.31"
tokio = { version = "1", features = ["full"] }
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }

[dev-dependencies]
tempfile = "3.9.0"
Expand Down

0 comments on commit f909c04

Please sign in to comment.