From 92dc256d281127ef451e9cf6340895f8613f8075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:03:18 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.3 in /bolt-cli Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.3. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bolt-cli/Cargo.lock | 2 +- bolt-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bolt-cli/Cargo.lock b/bolt-cli/Cargo.lock index 132828e14..bfff02a15 100644 --- a/bolt-cli/Cargo.lock +++ b/bolt-cli/Cargo.lock @@ -1277,7 +1277,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tonic", "tonic-build", diff --git a/bolt-cli/Cargo.toml b/bolt-cli/Cargo.toml index 117f99992..ebb52599d 100644 --- a/bolt-cli/Cargo.toml +++ b/bolt-cli/Cargo.toml @@ -34,7 +34,7 @@ alloy = { version = "0.7.0", features = [ # utils dotenvy = "0.15.7" eyre = "0.6.12" -thiserror = "1.0" +thiserror = "2.0" hex = "0.4.3" tracing = "0.1.40" tracing-subscriber = "0.3.18"