From 93d89911d80ed5ab01c62090b10ec033ef3e7d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 01:15:07 +0000 Subject: [PATCH] chore(deps): update rust crate hex-literal to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48a784cf..242a4cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5.51", features = ["derive"] } futures = { version = "0.3.31", features = ["thread-pool"] } bs58 = "0.5.1" async-trait = "0.1.89" -hex-literal = "0.4.1" +hex-literal = "1.1.0" exitcode = "1.1.2" lazy_static = "1.5.0" pest = "2.8.3"