From 8a31cd474ef7d242b69b8e78aa4ae4b6a247e434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:02:52 +0000 Subject: [PATCH] Bump thiserror from 1.0.68 to 2.0.0 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 64 +++++++++++++++++++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 43 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d9d770c..7487941c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -897,7 +897,7 @@ dependencies = [ "console", "shell-words", "tempfile", - "thiserror", + "thiserror 1.0.68", "zeroize", ] @@ -1951,7 +1951,7 @@ dependencies = [ "jsonptr", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2001,7 +2001,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror", + "thiserror 1.0.68", "tokio", "tokio-tungstenite", "toml", @@ -2067,7 +2067,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "tabled", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", "url", @@ -2465,7 +2465,7 @@ dependencies = [ "serde_json", "serde_path_to_error", "sha2", - "thiserror", + "thiserror 1.0.68", "url", ] @@ -2539,7 +2539,7 @@ dependencies = [ "slog-scope", "slog-stdlog", "slog-term", - "thiserror", + "thiserror 1.0.68", "url", "uuid", ] @@ -2572,7 +2572,7 @@ dependencies = [ "js-sys", "once_cell", "pin-project-lite", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2590,7 +2590,7 @@ dependencies = [ "opentelemetry", "percent-encoding", "rand 0.8.5", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2746,7 +2746,7 @@ dependencies = [ "serde", "serde_derive", "strum", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -2941,7 +2941,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.13", "socket2", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", ] @@ -2958,7 +2958,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.13", "slab", - "thiserror", + "thiserror 1.0.68", "tinyvec", "tracing", ] @@ -3079,7 +3079,7 @@ dependencies = [ "rand_chacha", "simd_helpers", "system-deps", - "thiserror", + "thiserror 1.0.68", "v_frame", "wasm-bindgen", ] @@ -3143,7 +3143,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3305,7 +3305,7 @@ dependencies = [ "reqwest 0.11.27", "serde", "task-local-extensions", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3319,7 +3319,7 @@ dependencies = [ "http 1.1.0", "reqwest 0.12.9", "serde", - "thiserror", + "thiserror 1.0.68", "tower-service", ] @@ -3425,7 +3425,7 @@ checksum = "f1adc9dfed5cc999077978cc7163b9282c5751c8d39827c4ea8c8c220ca5a440" dependencies = [ "serde", "tempfile", - "thiserror", + "thiserror 1.0.68", "toml", "toolchain_find", ] @@ -4258,7 +4258,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +dependencies = [ + "thiserror-impl 2.0.0", ] [[package]] @@ -4272,6 +4281,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thread_local" version = "1.1.8" @@ -4623,7 +4643,7 @@ dependencies = [ "chrono", "lazy_static", "serde_json", - "thiserror", + "thiserror 1.0.68", "ts-rs-macros", "url", "uuid", @@ -4657,7 +4677,7 @@ dependencies = [ "rustls 0.23.13", "rustls-pki-types", "sha1", - "thiserror", + "thiserror 1.0.68", "utf-8", ] @@ -5422,7 +5442,7 @@ dependencies = [ "displaydoc", "indexmap 2.6.0", "memchr", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -5479,7 +5499,7 @@ dependencies = [ "tempfile", "terminal_size", "test-context", - "thiserror", + "thiserror 2.0.0", "tokio", "toml", "toml_edit", diff --git a/Cargo.toml b/Cargo.toml index a9a6611e..b19134da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ slog-term = "2" tabled = { version = "0.16.0", features = ["ansi"] } tabwriter = "1.4.0" terminal_size = "0.4.0" -thiserror = "1" +thiserror = "2" tokio = { version = "1", features = ["full"] } toml = "0.8.19" toml_edit = "0.22.22"