From ddb6dfc438719febe78c4c1631588f9c1563fa58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:36:56 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.67 to 2.0.3 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.67...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- serde_json_path/Cargo.toml | 2 +- serde_json_path_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/serde_json_path/Cargo.toml b/serde_json_path/Cargo.toml index 7da8c29..06efc67 100644 --- a/serde_json_path/Cargo.toml +++ b/serde_json_path/Cargo.toml @@ -23,7 +23,7 @@ nom = "7.1.3" regex = { version="1.11.1", optional = true } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" -thiserror = "1.0.67" +thiserror = "2.0.3" tracing = { version = "0.1.40", optional = true } # local crates: diff --git a/serde_json_path_core/Cargo.toml b/serde_json_path_core/Cargo.toml index 4d27bdd..65738a8 100644 --- a/serde_json_path_core/Cargo.toml +++ b/serde_json_path_core/Cargo.toml @@ -20,7 +20,7 @@ functions = [] inventory = { version = "0.3.15" } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" -thiserror = "1.0.67" +thiserror = "2.0.3" tracing = { version = "0.1.40", optional = true } [dev-dependencies]