Skip to content

Commit b78689c

Browse files
chore(dep): update hex-literal requirement
Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Commits](RustCrypto/utils@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] <[email protected]>
1 parent 6f570f4 commit b78689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rsonpath-benchmarks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ color-eyre = { version = "0.6.3", default-features = false }
2525
criterion = "0.5.1"
2626
eyre = "0.6.12"
2727
flate2 = "1.0.35"
28-
hex-literal = "0.4.1"
28+
hex-literal = "1.0.0"
2929
indicatif = "0.17.9"
3030
jni = { version = "0.21.1", features = ["invocation", "default"] }
3131
jsonpath-rust = "0.7.3"

0 commit comments

Comments
 (0)