-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update Rustls to 0.21.0, Quinn to 0.10. (#190)
This commit bumps the Rustls dependency from 0.20 to 0.21. Similarly it bumps the Quinn dependency from 0.9 to 0.10 to include that crates transitive update to Rustls 0.21. To support Quinn 0.10's transitive dependency on socket2 v0.5.2 we must also increase the h3-quinn MSRV from 1.59.0 to 1.63.0.
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "h3-quinn" | ||
version = "0.0.2" | ||
rust-version = "1.59" | ||
rust-version = "1.63" | ||
authors = ["Jean-Christophe BEGUE <[email protected]>"] | ||
edition = "2018" | ||
documentation = "https://docs.rs/h3-quinn" | ||
|
@@ -15,7 +15,7 @@ license = "MIT" | |
[dependencies] | ||
h3 = { version = "0.0.2", path = "../h3" } | ||
bytes = "1" | ||
quinn = { version = "0.9.3", default-features = false } | ||
quinn-proto = { version = "0.9.2", default-features = false } | ||
quinn = { version = "0.10", default-features = false } | ||
quinn-proto = { version = "0.10", default-features = false } | ||
tokio-util = { version = "0.7.7" } | ||
futures = { version = "0.3.27" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters