From 470a0991becda50e21f3c69f440de9d6b86a1630 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 06:52:57 +0000 Subject: [PATCH] fix(deps): update rust crate hex to ^0.4.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 624e5fa4b..5beba1c4e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -20,7 +20,7 @@ chrono = { version = "0.4.23", features = ["serde"] } clap = { version= "4.2", features = ["derive"] } clap_mangen = { version = "0.2", optional = true } cap-std-ext = "4" -hex = "^0.4" +hex = "^0.4.3" fn-error-context = "0.2.0" gvariant = "0.4.0" indicatif = "0.17.0"