diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-30 21:31:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-30 21:31:15 -0400 |
| commit | 80647c0ffd9dd30b4b64e588851737f9d323b5b8 (patch) | |
| tree | 4eaa5c396be56c28084f41c046736f31c364aae2 /Cargo.lock | |
| parent | c2b5fdf271170f1fd8b65dc15ee94173afc382a4 (diff) | |
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 38 |
1 files changed, 29 insertions, 9 deletions
@@ -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", ] |
