From 2545db647047e8b926e799e8a887bbe44cef67b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 02:08:18 +0000 Subject: [PATCH] build(deps): bump strum from 0.26.2 to 0.26.3 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.2 to 0.26.3. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.2...v0.26.3) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b824285a3..5b96eba4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1187,8 +1187,8 @@ dependencies = [ "staging-xcm-builder", "staging-xcm-executor", "static_assertions", - "strum 0.26.2", - "strum_macros 0.26.2", + "strum 0.26.3", + "strum_macros 0.26.4", "substrate-wasm-builder", "zenlink-protocol", "zenlink-protocol-runtime-api", @@ -1341,8 +1341,8 @@ dependencies = [ "staging-xcm-builder", "staging-xcm-executor", "static_assertions", - "strum 0.26.2", - "strum_macros 0.26.2", + "strum 0.26.3", + "strum_macros 0.26.4", "substrate-wasm-builder", "zenlink-protocol", "zenlink-protocol-runtime-api", @@ -2651,8 +2651,8 @@ version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.26.2", - "strum_macros 0.26.2", + "strum 0.26.3", + "strum_macros 0.26.4", "unicode-width", ] @@ -14110,11 +14110,11 @@ dependencies = [ [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ - "strum_macros 0.26.2", + "strum_macros 0.26.4", ] [[package]] @@ -14132,11 +14132,11 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "rustversion", diff --git a/Cargo.toml b/Cargo.toml index 70b33de8c..3285187e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -294,7 +294,7 @@ serde_json = { version = "1.0.109", default-features = false } similar-asserts = { version = "1.1.0" } smallvec = { version = "1.13.1" } static_assertions = { version = "1.1.0" } -strum = { version = "0.26.2", default-features = false, features = ["derive"] } +strum = { version = "0.26.3", default-features = false, features = ["derive"] } strum_macros = { version = "0.26.2" } tiny-keccak = { version = "2.0", features = ["fips202"] }