Skip to content

Commit

Permalink
Merge pull request #25 from btwiuse/dependabot/cargo/strum-0.26
Browse files Browse the repository at this point in the history
Update strum requirement from 0.25 to 0.26
  • Loading branch information
btwiuse authored Jan 29, 2024
2 parents 54608f8 + 728eae7 commit e7f4aa3
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 @@ -35,7 +35,7 @@ hyper = { version = "1.0", features = ["full"] }
hyper-staticfile = "0.10"
tokio = { version = "1", features = ["full"] }
opener = "0.6"
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
log = "0.4"
lg = "0.1"
dialoguer = "0.11"
Expand Down

0 comments on commit e7f4aa3

Please # to comment.