From b1d0bc19372ad2cb9ff3fe257faf20d4e7e03e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:29:50 +0000 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 66 +++++++++++++++++++++++++++--------------- crates/core/Cargo.toml | 2 +- crates/fdev/Cargo.toml | 2 +- 3 files changed, 45 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a8330b1f..930cb44b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,7 +1323,7 @@ dependencies = [ "serde_json", "serde_with", "tar", - "thiserror", + "thiserror 2.0.6", "tokio", "tokio-tungstenite", "toml", @@ -1451,7 +1451,7 @@ dependencies = [ "stretto", "tar", "tempfile", - "thiserror", + "thiserror 2.0.6", "time", "tokio", "tokio-tungstenite", @@ -1535,7 +1535,7 @@ dependencies = [ "serde_bytes", "serde_json", "serde_with", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-tungstenite", "tracing", @@ -1870,7 +1870,7 @@ dependencies = [ "rand", "rustls 0.21.12", "rustls-pemfile 1.0.4", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tokio", "tokio-rustls 0.24.1", @@ -1895,7 +1895,7 @@ dependencies = [ "resolv-conf", "rustls 0.21.12", "smallvec", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-rustls 0.24.1", "tracing", @@ -2967,7 +2967,7 @@ dependencies = [ "js-sys", "once_cell", "pin-project-lite", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2981,7 +2981,7 @@ dependencies = [ "js-sys", "once_cell", "pin-project-lite", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2995,7 +2995,7 @@ dependencies = [ "js-sys", "once_cell", "pin-project-lite", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3042,7 +3042,7 @@ dependencies = [ "opentelemetry-proto", "opentelemetry_sdk 0.26.0", "prost", - "thiserror", + "thiserror 1.0.69", "tokio", "tonic", ] @@ -3081,7 +3081,7 @@ dependencies = [ "ordered-float 4.5.0", "percent-encoding", "rand", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", ] @@ -3101,7 +3101,7 @@ dependencies = [ "opentelemetry 0.25.0", "percent-encoding", "rand", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3120,7 +3120,7 @@ dependencies = [ "percent-encoding", "rand", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", ] @@ -3576,7 +3576,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4303,7 +4303,7 @@ dependencies = [ "sha2", "smallvec", "sqlformat", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -4387,7 +4387,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror", + "thiserror 1.0.69", "tracing", "whoami", ] @@ -4425,7 +4425,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror", + "thiserror 1.0.69", "tracing", "whoami", ] @@ -4486,7 +4486,7 @@ dependencies = [ "parking_lot", "rand", "seahash", - "thiserror", + "thiserror 1.0.69", "tracing", "wg", "xxhash-rust", @@ -4637,7 +4637,16 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +dependencies = [ + "thiserror-impl 2.0.6", ] [[package]] @@ -4651,6 +4660,17 @@ dependencies = [ "syn 2.0.89", ] +[[package]] +name = "thiserror-impl" +version = "2.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.89", +] + [[package]] name = "thread_local" version = "1.1.8" @@ -5093,7 +5113,7 @@ dependencies = [ "log", "rand", "sha1", - "thiserror", + "thiserror 1.0.69", "utf-8", ] @@ -5378,7 +5398,7 @@ dependencies = [ "serde-wasm-bindgen 0.4.5", "shared-buffer", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "tracing", "wasm-bindgen", "wasmer-compiler", @@ -5411,7 +5431,7 @@ dependencies = [ "self_cell", "shared-buffer", "smallvec", - "thiserror", + "thiserror 1.0.69", "wasmer-types", "wasmer-vm", "wasmparser", @@ -5466,7 +5486,7 @@ dependencies = [ "rkyv", "sha2", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "xxhash-rust", ] @@ -5493,7 +5513,7 @@ dependencies = [ "more-asserts", "region", "scopeguard", - "thiserror", + "thiserror 1.0.69", "wasmer-types", "windows-sys 0.59.0", ] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 5293234fc..552537a9c 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -55,7 +55,7 @@ sqlx = { features = ["runtime-tokio-rustls", "sqlite"], optional = true, version stretto = { features = ["async", "sync"], version = "0.8" } tar = { version = "0.4" } time = "0.3" -thiserror = "1" +thiserror = "2" tokio = { features = ["fs", "macros", "rt-multi-thread", "sync", "process"], version = "1" } tokio-tungstenite = "0.24" tower-http = { features = ["fs", "trace"], version = "0.6" } diff --git a/crates/fdev/Cargo.toml b/crates/fdev/Cargo.toml index 18bce56f6..1dbe29c4b 100644 --- a/crates/fdev/Cargo.toml +++ b/crates/fdev/Cargo.toml @@ -27,7 +27,7 @@ serde_json = "1" serde_with = { workspace = true } semver = { workspace = true } tar = "0.4" -thiserror = "1" +thiserror = "2" tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "signal", "parking_lot", "process"] } tokio-tungstenite = "0.24" toml = { version = "0.8", features = ["default", "preserve_order"] }