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

Bump strum_macros from 0.21.1 to 0.22.0 (#10200)


Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.1 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_macros
  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 27c1fe87
No related merge requests found
......@@ -5451,7 +5451,7 @@ dependencies = [
"sp-tracing",
"static_assertions",
"strum",
"strum_macros 0.21.1",
"strum_macros",
]
[[package]]
......@@ -10002,19 +10002,7 @@ version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
dependencies = [
"strum_macros 0.22.0",
]
[[package]]
name = "strum_macros"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
"strum_macros",
]
[[package]]
......
......@@ -38,7 +38,7 @@ rand = { version = "0.7.3", default-features = false, optional = true, features
"small_rng",
] }
strum = { optional = true, version = "0.22.0" }
strum_macros = { optional = true, version = "0.21.1" }
strum_macros = { optional = true, version = "0.22.0" }
[dev-dependencies]
parking_lot = "0.11.0"
......
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