Skip to content

Commit 4410764

Browse files
chore: Bump thiserror to v2 (#3172)
1 parent bb9bf11 commit 4410764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tempfile = "3.3.0"
4949

5050
# fmt examples
5151
snafu = "0.6.10"
52-
thiserror = "1.0.31"
52+
thiserror = "2"
5353

5454
# env-filter-explorer example
5555
ansi-to-tui = "7.0.0"

tracing-appender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rust-version = "1.53.0"
2424
crossbeam-channel = "0.5.5"
2525
time = { version = "0.3.2", default-features = false, features = ["formatting", "parsing"] }
2626
parking_lot = { optional = true, version = "0.12.1" }
27-
thiserror = "1.0.31"
27+
thiserror = "2"
2828

2929
[dependencies.tracing-subscriber]
3030
path = "../tracing-subscriber"

0 commit comments

Comments
 (0)