From 80647c0ffd9dd30b4b64e588851737f9d323b5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 21:31:15 -0400 Subject: crates: bump thiserror from 1.0.68 to 2.0.12 (#79) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 38 +++++++++++++++++++++++++++++--------- crates/git-tracker/Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97f3d58..8f263da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ version = "0.2.0" dependencies = [ "git2", "log", - "thiserror", + "thiserror 2.0.12", ] [[package]] @@ -1212,7 +1212,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.14", "socket2", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -1229,7 +1229,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.14", "slab", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tracing", ] @@ -1840,18 +1840,38 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.68" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +dependencies = [ + "thiserror-impl 2.0.12", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", ] [[package]] name = "thiserror-impl" -version = "1.0.68" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", @@ -2080,7 +2100,7 @@ dependencies = [ "rustls 0.22.4", "rustls-pki-types", "sha1", - "thiserror", + "thiserror 1.0.69", "url", "utf-8", ] diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml index 0d865f1..64775f5 100644 --- a/crates/git-tracker/Cargo.toml +++ b/crates/git-tracker/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] git2 = { version = "0.20", default-features = false, features = ["https"] } log.workspace = true -thiserror = "1.0" +thiserror = "2.0" [lints] workspace = true -- cgit v1.2.3