mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-28 13:31:52 +00:00
chore: Bump thiserror to v2 (#3172)
This commit is contained in:
parent
94046ffbba
commit
5775eae813
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user