Skip to content

Commit 9053c08

Browse files
committed
Update thiserror to 2
1 parent 5763ccd commit 9053c08

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pin-project-lite = "0.2.9"
7272
rustix = { version = "0.38", optional = true }
7373
serde = { version = "1.0.159", features = ["derive"] }
7474
serde_json = "1.0.95"
75-
thiserror = "1.0.40"
75+
thiserror = "2"
7676
tokio = { version = "1.27.0", optional = true }
7777
tower-layer = "0.3.2"
7878
tower-service = "0.3.2"

0 commit comments

Comments
 (0)