From 1ef7a3e8068f791564f243f8be7324ce2cf64001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:01:12 +0300 Subject: [PATCH] Bump num_enum from 0.7.2 to 0.7.3 (#1153) * Bump num_enum from 0.7.2 to 0.7.3 Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.2 to 0.7.3. - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.2...0.7.3) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 22 +++++++++++----------- utils/checks/snapshots/features.yaml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3fb22928..50b98f66d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2507,7 +2507,7 @@ dependencies = [ "ethabi", "generic-array 0.14.7", "k256 0.13.3", - "num_enum 0.7.2", + "num_enum 0.7.3", "open-fastrlp", "rand 0.8.5", "rlp", @@ -6046,11 +6046,11 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ - "num_enum_derive 0.7.2", + "num_enum_derive 0.7.3", ] [[package]] @@ -6067,11 +6067,11 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.72", @@ -7222,7 +7222,7 @@ dependencies = [ "frame-support", "frame-system", "mockall", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-bioauth", "pallet-evm", "parity-scale-codec", @@ -7256,7 +7256,7 @@ dependencies = [ "frame-system", "hex-literal 0.4.1", "mockall", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-balances", "pallet-evm", "pallet-evm-balances", @@ -7296,7 +7296,7 @@ dependencies = [ "frame-support", "frame-system", "hex-literal 0.4.1", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-balances", "pallet-erc20-support", "pallet-evm", @@ -7320,7 +7320,7 @@ dependencies = [ "hex-literal 0.4.1", "impl-trait-for-tuples", "log", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-evm", "parity-scale-codec", "precompile-utils-macro", diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 874ea144c..da2b81dcb 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -2012,7 +2012,7 @@ - name: num_enum 0.5.11 features: - std -- name: num_enum 0.7.2 +- name: num_enum 0.7.3 features: - default - std @@ -2020,7 +2020,7 @@ features: - proc-macro-crate - std -- name: num_enum_derive 0.7.2 +- name: num_enum_derive 0.7.3 features: - proc-macro-crate - std