From cc6524dceed08c4f1c61d61cd370331834224129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:02:06 +0000 Subject: [PATCH] chore(dep): update hex-literal requirement Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rsonpath-benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rsonpath-benchmarks/Cargo.toml b/crates/rsonpath-benchmarks/Cargo.toml index abea6c74..3725e644 100644 --- a/crates/rsonpath-benchmarks/Cargo.toml +++ b/crates/rsonpath-benchmarks/Cargo.toml @@ -25,7 +25,7 @@ color-eyre = { version = "0.6.3", default-features = false } criterion = "0.5.1" eyre = "0.6.12" flate2 = "1.0.35" -hex-literal = "0.4.1" +hex-literal = "1.0.0" indicatif = "0.17.9" jni = { version = "0.21.1", features = ["invocation", "default"] } jsonpath-rust = "0.7.3"