From 06820da00d2d2b7f33e09fcdc59412893a24d121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:58:24 +0000 Subject: [PATCH] build(deps): 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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 488e4bcad0..1a005a92c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3968,18 +3968,18 @@ 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", ] [[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-macro2 1.0.86", diff --git a/Cargo.toml b/Cargo.toml index c792c0dc4a..d8060f25c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -291,7 +291,7 @@ num-bigint = "0.4.6" num-derive = "0.4" num-traits = "0.2" num_cpus = "1.16.0" -num_enum = "0.7.2" +num_enum = "0.7.3" openssl = "0.10" parking_lot = "0.12" pbkdf2 = { version = "0.11.0", default-features = false }