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 29, 2024
1 parent e770b06 commit 2f1fdf7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
29 changes: 15 additions & 14 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 2f1fdf7

Please sign in to comment.