From 3db808fba29928fbb18ce5efda547887066ddc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 00:06:11 +0000 Subject: [PATCH] Bump const-hex from 1.16.0 to 1.17.0 Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.16.0 to 1.17.0. - [Commits](https://github.com/danipopes/const-hex/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: const-hex dependency-version: 1.17.0 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 95cd96f..298d6ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "const-hex" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6407bff74dea37e0fa3dc1c1c974e5d46405f0c987bf9997a0762adce71eda6" +checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 25482d4..19b236b 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.16" } +const-hex = { version = "1.17" } criterion = { version = "0.6" } faster-hex = { version = "0.10" } hex_crate = { package = "hex", version = "0.4" }