From 741e320d381bdcb05401c755763720e83ee92365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:10:00 -0500 Subject: [PATCH] Bump num_enum from 0.7.1 to 0.7.2 (#3573) Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.1 to 0.7.2. - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.1...0.7.2) --- 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 ++++---- core/engine/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae2425fe7a..70e83c4a67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2370,18 +2370,18 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0" +checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e" +checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 8abdefb2d3..d8311b854f 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -82,7 +82,7 @@ sptr = "0.3.2" static_assertions.workspace = true thiserror = "1.0.56" dashmap = "5.5.3" -num_enum = "0.7.1" +num_enum = "0.7.2" pollster.workspace = true thin-vec.workspace = true itertools = { version = "0.12.0", default-features = false }