Skip to content
Snippets Groups Projects
Commit 3f3dc6e0 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump strum from 0.23.0 to 0.24.0 (#4967)


Bumps [strum](https://github.com/Peternator7/strum) from 0.23.0 to 0.24.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: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent bf4865b8
No related merge requests found
......@@ -5072,7 +5072,7 @@ dependencies = [
"sp-runtime",
"sp-std",
"static_assertions",
"strum",
"strum 0.23.0",
]
[[package]]
......@@ -6695,7 +6695,7 @@ dependencies = [
"polkadot-primitives",
"sc-authority-discovery",
"sc-network",
"strum",
"strum 0.24.0",
"thiserror",
]
......@@ -10090,7 +10090,7 @@ dependencies = [
"lazy_static",
"sp-core",
"sp-runtime",
"strum",
"strum 0.23.0",
]
[[package]]
......@@ -10541,7 +10541,16 @@ version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
dependencies = [
"strum_macros",
"strum_macros 0.23.1",
]
[[package]]
name = "strum"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
dependencies = [
"strum_macros 0.24.0",
]
[[package]]
......@@ -10557,6 +10566,19 @@ dependencies = [
"syn",
]
[[package]]
name = "strum_macros"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
dependencies = [
"heck 0.4.0",
"proc-macro2",
"quote",
"rustversion",
"syn",
]
[[package]]
name = "sub-tokens"
version = "0.1.0"
......@@ -10678,7 +10700,7 @@ dependencies = [
"build-helper",
"cargo_metadata",
"sp-maybe-compressed-blob",
"strum",
"strum 0.23.0",
"tempfile",
"toml",
"walkdir",
......
......@@ -13,7 +13,7 @@ polkadot-node-jaeger = { path = "../../jaeger" }
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
strum = { version = "0.23", features = ["derive"] }
strum = { version = "0.24", features = ["derive"] }
derive_more = "0.99.17"
futures = "0.3.21"
thiserror = "1.0.30"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment