From 9d6a1215aaad2451cf0db24a48e368932850f54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:07:03 +0000 Subject: [PATCH 1/2] Bump num_enum from 0.7.4 to 0.7.5 Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.4 to 0.7.5. - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.4...0.7.5) --- updated-dependencies: - dependency-name: num_enum dependency-version: 0.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7105888c0..351fb7c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2220,7 +2220,7 @@ dependencies = [ "ethabi", "generic-array 0.14.7", "k256", - "num_enum 0.7.4", + "num_enum 0.7.5", "open-fastrlp", "rand 0.8.5", "rlp", @@ -5704,11 +5704,11 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" +checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" dependencies = [ - "num_enum_derive 0.7.4", + "num_enum_derive 0.7.5", "rustversion", ] @@ -5737,11 +5737,11 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" +checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.107", @@ -6347,7 +6347,7 @@ dependencies = [ "frame-support", "frame-system", "hex-literal", - "num_enum 0.7.4", + "num_enum 0.7.5", "pallet-balances", "pallet-ethereum", "pallet-evm", @@ -6860,7 +6860,7 @@ dependencies = [ "frame-support", "frame-system", "mockall", - "num_enum 0.7.4", + "num_enum 0.7.5", "pallet-bioauth", "pallet-evm", "parity-scale-codec", @@ -6913,7 +6913,7 @@ dependencies = [ "frame-system", "hex-literal", "mockall", - "num_enum 0.7.4", + "num_enum 0.7.5", "pallet-balances", "pallet-evm", "pallet-evm-balances", @@ -6933,7 +6933,7 @@ dependencies = [ "frame-support", "frame-system", "hex-literal", - "num_enum 0.7.4", + "num_enum 0.7.5", "pallet-balances", "pallet-erc20-support", "pallet-evm", @@ -6957,7 +6957,7 @@ dependencies = [ "hex-literal", "impl-trait-for-tuples", "log", - "num_enum 0.7.4", + "num_enum 0.7.5", "pallet-evm", "parity-scale-codec", "precompile-utils-macro", From 08afda9dff05f654fb6f5307f059060d71f60d2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:10:18 +0000 Subject: [PATCH 2/2] Update features snapshot --- utils/checks/snapshots/features.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 92b90fd37..6a686fded 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -1842,7 +1842,7 @@ - name: num_enum 0.6.1 features: - std -- name: num_enum 0.7.4 +- name: num_enum 0.7.5 features: - default - std @@ -1852,7 +1852,7 @@ features: - proc-macro-crate - std -- name: num_enum_derive 0.7.4 +- name: num_enum_derive 0.7.5 features: - proc-macro-crate - std