Skip to content

Commit 61ff1f8

Browse files
chore(dep): update indicatif requirement from 0.17.9 to 0.18.0 in /crates/rsonpath-benchmarks in the test-deps group (#739)
chore(dep): update indicatif requirement Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. Updates `indicatif` to 0.18.0 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.9...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production dependency-group: test-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5afe6e0 commit 61ff1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rsonpath-benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ criterion = "0.6.0"
2525
eyre = "0.6.12"
2626
flate2 = "1.0.35"
2727
hex-literal = "1.0.0"
28-
indicatif = "0.17.9"
28+
indicatif = "0.18.0"
2929
jni = { version = "0.21.1", features = ["invocation", "default"] }
3030
jsonpath-rust = "1.0.0"
3131
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)