diff --git a/crates/rsonpath-benchmarks/Cargo.toml b/crates/rsonpath-benchmarks/Cargo.toml index b47a563c..83744f26 100644 --- a/crates/rsonpath-benchmarks/Cargo.toml +++ b/crates/rsonpath-benchmarks/Cargo.toml @@ -39,7 +39,7 @@ rsonpath-lib = { version = "0.9.1", default-features = false } rsonpath-syntax = { version = "0.3.1", default-features = false } serde_json_path = "0.7.1" tar = "0.4.42" -thiserror = "1.0.64" +thiserror = "2.0.3" [patch.crates-io] rsonpath-lib = { path = "../rsonpath-lib" }