From 77bab66232408eff995b0a3be05ecfc325e4ad57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 00:42:28 +0000 Subject: [PATCH] Bump const-hex from 1.11.4 to 1.12.0 Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.11.4 to 1.12.0. - [Commits](https://github.com/danipopes/const-hex/compare/v1.11.4...v1.12.0) --- updated-dependencies: - dependency-name: const-hex 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 b4d2f08..e023638 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "const-hex" -version = "1.11.4" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ff96486ccc291d36a958107caf2c0af8c78c0af7d31ae2f35ce055130de1a6" +checksum = "94fb8a24a26d37e1ffd45343323dc9fe6654ceea44c12f2fcb3d7ac29e610bc6" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 164dbba..b5b363b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ inherits = "dev" serde = { version = "1.0", optional = true, default-features = false } [dev-dependencies] -const-hex = { version = "1.11" } +const-hex = { version = "1.12" } criterion = { version = "0.5" } faster-hex = { version = "0.9" } hex = { version = "0.4" }