Skip to content

Commit

Permalink
Bump thiserror from 1.0.61 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.7.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...2.0.7)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 0d5b869 commit 571e51b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 38 deletions.
94 changes: 57 additions & 37 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ redis = { version = "0.25.3", features = ["tokio-comp", "aio"]}
log4rs = "1.2.0"
log-mdc = "0.1.0"
tokio-util = "0.7.10"
thiserror = "1.0.50"
thiserror = "2.0.7"
hyper-util = { version = "0.1", features = ["full"] }
socket2 = "0.5.6"
http-body-util = "0.1"
Expand Down

0 comments on commit 571e51b

Please sign in to comment.