Skip to content

Commit

Permalink
Merge pull request #247 from paolobarbolini/thiserror-v2
Browse files Browse the repository at this point in the history
Upgrade thiserror to v2
  • Loading branch information
dermesser authored Feb 5, 2025
2 parents 6d1b283 + 2635eaf commit c0acda2
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 @@ -53,7 +53,7 @@ rustls-pemfile = { version = "2.0.0", optional = true }
seahash = "4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.61"
thiserror = "2.0"
time = { version = "0.3.7", features = ["local-offset", "parsing", "serde"] }
tokio = { version = "1.0", features = [ "fs", "macros", "io-std", "io-util", "time", "sync", "rt"] }
url = "2"
Expand Down

0 comments on commit c0acda2

Please sign in to comment.