From b2975322ff9824756529e747ca90e758f1c9a9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:06:40 -0600 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.9 (#1342) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Clarke --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- crates/fdev/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 246bf8d3c..21185a5e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1416,7 +1416,7 @@ dependencies = [ "serde_json", "serde_with", "tar", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio", "tokio-tungstenite", "toml", @@ -1554,7 +1554,7 @@ dependencies = [ "stretto", "tar", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.9", "time", "tokio", "tokio-tungstenite", 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"] }