Skip to content

Commit

Permalink
Update thiserror to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Nov 13, 2024
1 parent 337b0bc commit c234ef7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
32 changes: 26 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rand = "0.8"
resvg = "0.43"
serde = { version = "1.0.210", features = ["derive"] }
sys-info = "0.9"
thiserror = "1.0"
thiserror = "2.0"
tiny-skia = "0.11"
toml = "0.8"
trash = { version = "5.1", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ skip = [
{ name = "tiny-skia", version = "0.8" },
{ name = "tiny-skia-path", version = "0.7" },
{ name = "tiny-skia-path", version = "0.8" },
{ name = "thiserror", version = "1.0" },
{ name = "thiserror-impl", version = "1.0" },
{ name = "windows-targets", version = "0.42" },
{ name = "windows-targets", version = "0.48" },
{ name = "windows-sys", version = "0.36" },
Expand Down

0 comments on commit c234ef7

Please sign in to comment.