Skip to content

Commit

Permalink
build(deps): update thiserror requirement from 1.0.40 to 2.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BiagioFesta committed Nov 13, 2024
1 parent 7eb071b commit 448e1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wtransport-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.70"
[dependencies]
httlib-huffman = "0.3.4"
octets = "0.3.0"
thiserror = "1.0.50"
thiserror = "2.0.3"
url = "2.4.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion wtransport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rustls-pemfile = "2.1.3"
rustls-pki-types = "1.8.0"
sha2 = "0.10.8"
socket2 = "0.5.3"
thiserror = "1.0.40"
thiserror = "2.0.3"
time = "0.3.21"
tokio = { version = "1.28.1", default-features = false, features = ["macros", "fs", "io-util"] }
tracing = "0.1.37"
Expand Down

0 comments on commit 448e1ab

Please sign in to comment.