From 1154ecf8214b4d32a5b3a424637f8923a3ce0df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:18:26 +0000 Subject: [PATCH] Bump const-hex from 1.14.0 to 1.15.0 Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.14.0 to 1.15.0. - [Commits](https://github.com/danipopes/const-hex/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: const-hex dependency-version: 1.15.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 4075fae..69e2227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,9 +434,9 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" +checksum = "dccd746bf9b1038c0507b7cec21eb2b11222db96a2902c96e8c185d6d20fb9c4" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..3b3c911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "4.5.37", default-features = false, features = [ "usage", ] } comrak = { version = "0.38.0", default-features = false } -const-hex = "1.14" +const-hex = "1.15" const_format = "0.2" flate2 = "1.0" futures-util = "0.3"