From ee78062c4f68f106b552591b9f4812dc126d2c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:03:13 +0000 Subject: [PATCH] Bump const-hex from 1.17.0 to 1.18.1 Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.17.0 to 1.18.1. - [Commits](https://github.com/danipopes/const-hex/compare/v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: const-hex dependency-version: 1.18.1 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 24194f1..65b8557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "const-hex" -version = "1.17.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735" +checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 4ff5702..1177070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ thiserror = { version = "2.0", default-features = false } [dev-dependencies] # crates.io -const-hex = { version = "1.17" } +const-hex = { version = "1.18" } criterion = { version = "0.8" } faster-hex = { version = "0.10" } hex_crate = { package = "hex", version = "0.4" }