From 3ddf1d767c0ef59f188416f54dccf0453f7c618d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:14:46 +0000 Subject: [PATCH] Bump const-hex from 1.13.1 to 1.14.0 Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.13.1 to 1.14.0. - [Commits](https://github.com/danipopes/const-hex/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: const-hex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44fc941..a9cf361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -126,9 +126,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "const-hex" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0121754e84117e65f9d90648ee6aa4882a6e63110307ab73967a4c5e7e69e586" +checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index c13ecde..4d53a29 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.13" } +const-hex = { version = "1.14" } criterion = { version = "0.5" } faster-hex = { version = "0.10" } hex = { version = "0.4" }