From e57daad4af882af502513af87991f93c1c075022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:36:46 +0000 Subject: [PATCH] Bump thiserror from 1.0.68 to 2.0.3 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.3. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 52 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c04b9f2cf1..1ec19a5175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b" dependencies = [ "libc", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -1292,7 +1292,7 @@ dependencies = [ "tar", "tempfile", "termcolor", - "thiserror", + "thiserror 2.0.3", "tokio", "toml 0.8.19", "url", @@ -1318,7 +1318,7 @@ dependencies = [ "nix", "prost", "semver", - "thiserror", + "thiserror 2.0.3", "winapi", ] @@ -1336,7 +1336,7 @@ dependencies = [ "log 0.4.22", "prost", "serde", - "thiserror", + "thiserror 2.0.3", ] [[package]] @@ -1478,7 +1478,7 @@ dependencies = [ "serde_yaml", "tempfile", "termcolor", - "thiserror", + "thiserror 2.0.3", "tokio", "toml 0.8.19", "url", @@ -1527,7 +1527,7 @@ dependencies = [ "tabwriter", "tar", "tempfile", - "thiserror", + "thiserror 2.0.3", "tokio", "tokio-rustls", "toml 0.8.19", @@ -1579,7 +1579,7 @@ dependencies = [ "serde_json", "tempfile", "termcolor", - "thiserror", + "thiserror 2.0.3", "tokio", "url", ] @@ -1659,7 +1659,7 @@ dependencies = [ "structopt", "tempfile", "termcolor", - "thiserror", + "thiserror 2.0.3", "tokio", "tokio-rustls", "tokio-util", @@ -2367,7 +2367,7 @@ dependencies = [ "serde-value", "serde_json", "serde_yaml", - "thiserror", + "thiserror 1.0.69", "thread-id", "typemap-ors", "winapi", @@ -2956,7 +2956,7 @@ dependencies = [ "memchr", "parking_lot", "protobuf", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3139,7 +3139,7 @@ checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3926,18 +3926,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.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +dependencies = [ + "thiserror-impl 2.0.3", +] + +[[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.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote",