From c82ca5369a86ad726c3d92cec2ff07d9f7dc5944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:19:39 +0000 Subject: [PATCH] build(deps): Bump num_enum from 0.7.0 to 0.7.1 (#2206) Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.0 to 0.7.1. - [Commits](https://github.com/illicitonion/num_enum/commits) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- messages/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c746f665..e0285b767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2563,18 +2563,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb" +checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597" +checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/messages/Cargo.toml b/messages/Cargo.toml index 3627e13b9..55d703b95 100644 --- a/messages/Cargo.toml +++ b/messages/Cargo.toml @@ -17,7 +17,7 @@ anyhow.workspace = true base64 = "0.21.5" derivative.workspace = true hex = "0.4" -num_enum = "0.7.0" +num_enum = "0.7.1" # We can't pull prio in from the workspace because that would enable default features, and we do not # want prio/crypto-dependencies prio = { version = "0.12.4", default-features = false }