From 0a8b38cf5ccb870a65e3954faa7dba1abbeef4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:02:27 +0000 Subject: [PATCH] chore(deps): bump hex-literal from 1.0.0 to 1.1.0 Bumps [hex-literal](https://github.com/RustCrypto/utils) from 1.0.0 to 1.1.0. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v1.0.0...hex-literal-v1.1.0) --- updated-dependencies: - dependency-name: hex-literal dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- tck/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03435863..69e40508 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,9 +1055,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-literal" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" +checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hiero-sdk-tck" diff --git a/Cargo.toml b/Cargo.toml index 3fce9bfb..d7b66095 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ assert_matches = "1.5.0" clap = { version = "4.5.45", features = ["derive", "env"] } dotenvy = "0.15.5" expect-test = "1.5.1" -hex-literal = "1.0.0" +hex-literal = "1.1.0" miniserde = "0.1.42" parking_lot = "0.12.5" diff --git a/tck/Cargo.toml b/tck/Cargo.toml index da4db217..1a8d5e1c 100644 --- a/tck/Cargo.toml +++ b/tck/Cargo.toml @@ -23,7 +23,7 @@ serde_json = {version = "1.0.145", features = ["raw_value"] } serde = { version = "1.0.224", features = ["derive"] } time = "0.3.43" hex = "0.4.3" -hex-literal = "1.0.0" +hex-literal = "1.1.0" [dependencies.jsonrpsee] version = "0.24.9"