From b336ecd0a5ae044259535c995bf9ad4d47a21e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:15:36 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.20 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.20. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.20) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a82d71a..8923bae5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,22 +831,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b8733b5c..9bd09030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10" tar = "0.4" -thiserror = "1.0" +thiserror = "2.0" ureq = { version = "=3.4.0", features = ["json"] }