From aab7370d90ba3310d4c723b46215cbcda61ee88a Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 19 Feb 2025 10:38:06 +0100 Subject: [PATCH] chore: bump thiserror to v2 --- examples/Cargo.toml | 2 +- tracing-appender/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 8d15f8757b..ef2af78e9a 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -49,7 +49,7 @@ tempfile = "3.3.0" # fmt examples snafu = "0.6.10" -thiserror = "1.0.31" +thiserror = "2" [lints] workspace = true diff --git a/tracing-appender/Cargo.toml b/tracing-appender/Cargo.toml index e8f21ff3a8..5546f2fee9 100644 --- a/tracing-appender/Cargo.toml +++ b/tracing-appender/Cargo.toml @@ -24,7 +24,7 @@ rust-version = "1.53.0" crossbeam-channel = "0.5.5" time = { version = "0.3.2", default-features = false, features = ["formatting", "parsing"] } parking_lot = { optional = true, version = "0.12.1" } -thiserror = "1.0.31" +thiserror = "2" [dependencies.tracing-subscriber] path = "../tracing-subscriber"