Bump strum from 0.21.0 to 0.22.0 (#10045)

Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-04 19:58:49 +00:00
committed by GitHub
parent b08d3017a8
commit b48d721c12
4 changed files with 13 additions and 22 deletions
+10 -19
View File
@@ -507,7 +507,7 @@ dependencies = [
"sp-core", "sp-core",
"sp-keystore", "sp-keystore",
"sp-runtime", "sp-runtime",
"strum 0.21.0", "strum",
"substrate-prometheus-endpoint", "substrate-prometheus-endpoint",
"thiserror", "thiserror",
"wasm-timer", "wasm-timer",
@@ -5450,7 +5450,7 @@ dependencies = [
"sp-std", "sp-std",
"sp-tracing", "sp-tracing",
"static_assertions", "static_assertions",
"strum 0.21.0", "strum",
"strum_macros 0.21.1", "strum_macros 0.21.1",
] ]
@@ -9502,7 +9502,7 @@ dependencies = [
"lazy_static", "lazy_static",
"sp-core", "sp-core",
"sp-runtime", "sp-runtime",
"strum 0.20.0", "strum",
] ]
[[package]] [[package]]
@@ -9998,27 +9998,18 @@ dependencies = [
[[package]] [[package]]
name = "strum" name = "strum"
version = "0.20.0" version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c" checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
dependencies = [ dependencies = [
"strum_macros 0.20.1", "strum_macros 0.22.0",
]
[[package]]
name = "strum"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
dependencies = [
"strum_macros 0.21.1",
] ]
[[package]] [[package]]
name = "strum_macros" name = "strum_macros"
version = "0.20.1" version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149" checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
@@ -10028,9 +10019,9 @@ dependencies = [
[[package]] [[package]]
name = "strum_macros" name = "strum_macros"
version = "0.21.1" version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
+1 -1
View File
@@ -35,4 +35,4 @@ beefy-primitives = { version = "4.0.0-dev", path = "../../primitives/beefy" }
[dev-dependencies] [dev-dependencies]
sc-network-test = { version = "0.8.0", path = "../network/test" } sc-network-test = { version = "0.8.0", path = "../network/test" }
strum = { version = "0.21", features = ["derive"] } strum = { version = "0.22", features = ["derive"] }
@@ -37,7 +37,7 @@ rand = { version = "0.7.3", default-features = false, optional = true, features
"alloc", "alloc",
"small_rng", "small_rng",
] } ] }
strum = { optional = true, version = "0.21.0" } strum = { optional = true, version = "0.22.0" }
strum_macros = { optional = true, version = "0.21.1" } strum_macros = { optional = true, version = "0.21.1" }
[dev-dependencies] [dev-dependencies]
+1 -1
View File
@@ -18,4 +18,4 @@ targets = ["x86_64-unknown-linux-gnu"]
sp-core = { version = "4.0.0-dev", path = "../core" } sp-core = { version = "4.0.0-dev", path = "../core" }
sp-runtime = { version = "4.0.0-dev", path = "../runtime" } sp-runtime = { version = "4.0.0-dev", path = "../runtime" }
lazy_static = "1.4.0" lazy_static = "1.4.0"
strum = { version = "0.20.0", features = ["derive"] } strum = { version = "0.22.0", features = ["derive"] }