Skip to content

Commit

Permalink
Bump strum from 0.24.1 to 0.26.1
Browse files Browse the repository at this point in the history
Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.26.1.
- [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>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 033d4e8 commit 8e3abaa
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 14 deletions.
42 changes: 32 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frame/election-provider-multi-phase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ frame-election-provider-support = { version = "4.0.0-dev", default-features = fa
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true }
pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support/benchmarking", optional = true }
rand = { version = "0.8.5", default-features = false, features = ["alloc", "small_rng"], optional = true }
strum = { version = "0.24.1", default-features = false, features = ["derive"], optional = true }
strum = { version = "0.26.1", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion primitives/consensus/beefy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sp-io = { version = "23.0.0", default-features = false, path = "../../io" }
sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../../merkle-mountain-range" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
strum = { version = "0.24.1", features = ["derive"], default-features = false }
strum = { version = "0.26.1", features = ["derive"], default-features = false }
lazy_static = "1.4.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion primitives/keyring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
lazy_static = "1.4.0"
strum = { version = "0.24.1", features = ["derive"], default-features = false }
strum = { version = "0.26.1", features = ["derive"], default-features = false }
sp-core = { version = "21.0.0", path = "../core" }
sp-runtime = { version = "24.0.0", path = "../runtime" }

Expand Down
2 changes: 1 addition & 1 deletion utils/wasm-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
ansi_term = "0.12.1"
build-helper = "0.1.1"
cargo_metadata = "0.15.4"
strum = { version = "0.24.1", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
tempfile = "3.1.0"
toml = "0.7.3"
walkdir = "2.3.2"
Expand Down

0 comments on commit 8e3abaa

Please sign in to comment.