We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56d0bd commit a3fd4caCopy full SHA for a3fd4ca
Cargo.toml
@@ -34,7 +34,7 @@ thiserror = "2.0.11"
34
# Dev-dependencies
35
ciborium = { version = "0.2.2", default-features = false }
36
insta = { version = "1.42.1" }
37
-itertools = "0.13.0"
+itertools = "0.14.0"
38
pretty_assertions = "1.4.1"
39
proptest = "1.5.0"
40
rmp-serde = "1.3.0"
crates/rsonpath-benchmarks/Cargo.toml
@@ -45,7 +45,7 @@ rsonpath-lib = { path = "../rsonpath-lib" }
45
rsonpath-syntax = { path = "../rsonpath-syntax" }
46
47
[dev-dependencies]
48
49
regex = "1.11.1"
50
memchr = "2.7.4"
51
0 commit comments