Skip to content

Commit

Permalink
Upgrade thiserror to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 9, 2024
1 parent eab2eb0 commit 7398557
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/restriction/try_io_result/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dylint_linting = { path = "../../../utils/linting" }

[dev-dependencies]
anyhow = "1.0"
thiserror = "1.0"
thiserror = "2.0"

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

Expand Down
2 changes: 1 addition & 1 deletion internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rust-embed = { version = "8.5", features = [
], optional = true }
semver = { version = "1.0", optional = true }
serde = { version = "1.0", optional = true }
thiserror = { version = "1.0", optional = true }
thiserror = { version = "2.0", optional = true }
toml = { version = "0.8", optional = true }
toml_edit = { version = "0.22", optional = true }
walkdir = { version = "2.5", optional = true }
Expand Down
12 changes: 6 additions & 6 deletions utils/linting/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/linting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cargo_metadata = "0.19"
paste = "1.0"
rustversion = "1.0"
serde = "1.0"
thiserror = "1.0"
thiserror = "2.0"
toml = "0.8"

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

0 comments on commit 7398557

Please sign in to comment.