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:
Jiahao XU 2023-06-20 10:16:10 +10:00 committed by GitHub
parent 40efe02e34
commit 181b5293e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -35,8 +35,8 @@ miette = "5.9.0"
mimalloc = { version = "0.1.37", default-features = false, optional = true }
once_cell = "1.18.0"
semver = "1.0.17"
strum = "0.24.1"
strum_macros = "0.24.3"
strum = "0.25.0"
strum_macros = "0.25.0"
supports-color = "2.0.0"
tempfile = "3.5.0"
tokio = { version = "1.28.2", features = ["rt-multi-thread"], default-features = false }

View file

@ -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"] }

View file

@ -29,7 +29,7 @@ normalize-path = { version = "0.2.0", path = "../normalize-path" }
once_cell = "1.18.0"
semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.163", features = ["derive"] }
strum = "0.24.1"
strum = "0.25.0"
tempfile = "3.5.0"
thiserror = "1.0.40"
# parking_lot for `tokio::sync::OnceCell::const_new`