Skip to content

Commit ac16d72

Browse files
chore(dep): update hex-literal requirement from 0.4.1 to 1.0.0 in /crates/rsonpath-benchmarks (#677)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7ae49d commit ac16d72

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)