chore: Bump thiserror to v2 (#3172)

This commit is contained in:
Paolo Barbolini 2025-05-27 23:41:34 +02:00 committed by Hayden Stainsby
parent 94046ffbba
commit 5775eae813
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ tempfile = "3"
# fmt examples
snafu = "0.6.10"
thiserror = "1.0.31"
thiserror = "2"
# env-filter-explorer example
ansi-to-tui = "7.0.0"

View File

@ -24,7 +24,7 @@ rust-version = "1.63.0"
crossbeam-channel = "0.5.6"
time = { version = "0.3.2", default-features = false, features = ["formatting", "parsing"] }
parking_lot = { optional = true, version = "0.12.1" }
thiserror = "1"
thiserror = "2"
[dependencies.tracing-subscriber]
path = "../tracing-subscriber"