Skip to content

Commit 7398557

Browse files
committed
Upgrade thiserror to version 2
1 parent eab2eb0 commit 7398557

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/restriction/try_io_result/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dylint_linting = { path = "../../../utils/linting" }
2121

2222
[dev-dependencies]
2323
anyhow = "1.0"
24-
thiserror = "1.0"
24+
thiserror = "2.0"
2525

2626
dylint_testing = { path = "../../../utils/testing" }
2727

internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rust-embed = { version = "8.5", features = [
2828
], optional = true }
2929
semver = { version = "1.0", optional = true }
3030
serde = { version = "1.0", optional = true }
31-
thiserror = { version = "1.0", optional = true }
31+
thiserror = { version = "2.0", optional = true }
3232
toml = { version = "0.8", optional = true }
3333
toml_edit = { version = "0.22", optional = true }
3434
walkdir = { version = "2.5", optional = true }

utils/linting/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/linting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cargo_metadata = "0.19"
1212
paste = "1.0"
1313
rustversion = "1.0"
1414
serde = "1.0"
15-
thiserror = "1.0"
15+
thiserror = "2.0"
1616
toml = "0.8"
1717

1818
dylint_internal = { version = "=3.2.1", path = "../../internal", features = [

0 commit comments

Comments
 (0)