Skip to content

Commit

Permalink
Bump thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Nov 8, 2024
1 parent 2292e34 commit eda3b2a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 26 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update dependencies: `hostname`, `thiserror` ([#82])
- rustls: use `rustls-platform-verifier` to load certificates ([#82])

### Deprecated
Expand Down
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 @@ -36,7 +36,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
sha2 = "0.10.0"
thiserror = "1.0.30"
thiserror = "2.0"
tokio = { version = "1.35.1", features = [
"sync", # gives us an asynchronous `Mutex`
"io-util", # enables `AsyncWriteExt`, `AsyncReadExt`, and `AsyncBufReadExt` in `tokio::io` namespace
Expand Down

0 comments on commit eda3b2a

Please sign in to comment.