From 75f2da217bfc42625bdb94cd08be1c74ee98c82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:51:27 +0000 Subject: [PATCH] chore(dep): update thiserror requirement in /crates/rsonpath-benchmarks Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rsonpath-benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }