From 59dce18d5ecd4778a30a10842e581783302d088d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:31:27 +0000 Subject: [PATCH] Bump primitive_enum from 1.1.1 to 1.2.0 Bumps [primitive_enum](https://github.com/math4tots/rust-primitive_enum) from 1.1.1 to 1.2.0. - [Commits](https://github.com/math4tots/rust-primitive_enum/commits) --- updated-dependencies: - dependency-name: primitive_enum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80a8a8d5..cf361c25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,9 +409,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "primitive_enum" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c29afb3703c1cfcea9c70be7dc3fd52b93b8714e12df8e51a68a874bcffbb17" +checksum = "9b596942df75c18adb3697b3b5e949b850bbed6a4015c58375b0b082e5a0fc5f" [[package]] name = "proc-macro2" diff --git a/Cargo.toml b/Cargo.toml index 57152257..999b7801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] bitflags = "2.4.1" -primitive_enum = "1.1.1" +primitive_enum = "1.2.0" derive_more = "0.99.17" rand = "0.8.5" once_cell = "1.18.0"