From 603ba39128e934bec07bec76d5883666bf8e8613 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 15:07:45 +0000 Subject: [PATCH] chore(deps): update rust crate hex-literal to 0.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1331839b2..95828ad2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -489,7 +489,7 @@ unindent = "0.1" uucore = { workspace=true, features=["entries", "process", "signals"] } walkdir = { workspace=true } is-terminal = { workspace=true } -hex-literal = "0.3.1" +hex-literal = "0.3.4" rstest = "0.16.0" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]