Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Mar 22, 2024
1 parent 4a471ea commit bc142cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pin-project = "1.1"
rustls = { version = "0.23.0", default-features = false, features = ["std", "tls12", "ring"] }
rustls-pki-types = "1"
rustls-pemfile = "2"
tokio-rustls = { version = "0.25", default-features = false, features = ["tls12", "ring"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["tls12", "ring"] }
quinn = { version = "0.10", default-features = false, features = ["native-certs"] }
#
openssl = { package = "variant-ssl", version = "0.14.2" }
Expand Down Expand Up @@ -235,4 +235,3 @@ debug-assertions = false

[patch.crates-io]
quinn-proto = { version = "0.10.6", git = "https://github.com/zh-jq/quinn.git", branch = "ring-0.17" }
tokio-rustls = { version = "0.25.0", git = "https://github.com/rustls/tokio-rustls.git", branch = "main" }

0 comments on commit bc142cf

Please sign in to comment.