Skip to content

Commit

Permalink
Update to thiserror 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Dec 26, 2024
1 parent 9a2b746 commit 1090f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ required-features = ["reqwest-blocking"]

[dependencies]
base64 = ">= 0.21, <0.23"
thiserror = "1.0"
thiserror = "2.0"
http = "1.0"
rand = "0.8"
reqwest = { version = "0.12", optional = true, default-features = false }
Expand Down

0 comments on commit 1090f9c

Please sign in to comment.