mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
dep: Bump strum v0.24.1 => v0.25.0 (#1159)
Also bump strum_macros v0.24.3 => v0.25.0 [strum and strum_macros v0.25.0 changelog][1] [1]: https://github.com/Peternator7/strum/blob/master/CHANGELOG.md Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
40efe02e34
commit
181b5293e7
4 changed files with 10 additions and 10 deletions
|
@ -15,6 +15,6 @@ maybe-owned = { version = "0.3.4", features = ["serde"] }
|
|||
once_cell = "1.18.0"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
strum = "0.24.1"
|
||||
strum_macros = "0.24.3"
|
||||
strum = "0.25.0"
|
||||
strum_macros = "0.25.0"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue