Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2 (#91)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate thiserror to v2

* build: update cargo lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timmi6790 <[email protected]>
  • Loading branch information
renovate[bot] and Timmi6790 authored Dec 14, 2024
1 parent 261fb08 commit f92d2b7
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 26 deletions.
70 changes: 45 additions & 25 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 @@ -13,7 +13,7 @@ name = "cloudflare-access-webhook-redirect"

[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
thiserror = "1.0.63"
thiserror = "2.0.0"
backtrace = "0.3.73"
actix-web = "4.9.0"
tracing-actix-web = "0.7.12"
Expand Down

0 comments on commit f92d2b7

Please sign in to comment.