Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent ba3edd3 commit 446b703
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 @@ -13,7 +13,7 @@ name = "netcup-offer-bot"

[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
thiserror = "1.0"
thiserror = "2.0"
backtrace = "0.3.68"
sentry = { version = "0.34.0", features = ["anyhow", "debug-images", "reqwest", "backtrace", "tracing"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std", "wasmbind", "serde"] }
Expand Down

0 comments on commit 446b703

Please sign in to comment.