From baa051448017893e2dcceb3bd9d5078544a62df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:38:17 +0800 Subject: [PATCH] Bump const-hex from 1.10.0 to 1.11.1 (#125) Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.10.0 to 1.11.1. - [Commits](https://github.com/danipopes/const-hex/compare/v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: const-hex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ffef64..6b58691 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "const-hex" -version = "1.10.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5104de16b218eddf8e34ffe2f86f74bfa4e61e95a1b89732fccf6325efd0557" +checksum = "efbd12d49ab0eaf8193ba9175e45f56bbc2e4b27d57b8cfe62aa47942a46b9a9" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index eb6d409..4c8c2e4 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.10" } +const-hex = { version = "1.11" } criterion = { version = "0.5" } faster-hex = { version = "0.9" } hex = { version = "0.4" }