Skip to content

Commit

Permalink
update workspace Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Oct 10, 2024
1 parent 8343d35 commit 7059228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ async-trait = "0.1"
async-recursion = "1.1"
pin-project-lite = "0.2"
#
rustls = { version = "0.23.14", default-features = false, features = ["std", "tls12", "ring", "brotli"] }
rustls-pki-types = { version = "1", default-features = false }
rustls-pemfile = "2"
rustls = { version = "0.23.14", default-features = false, features = ["std", "tls12", "ring", "brotli"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["tls12", "ring"] }
quinn = { version = "0.11", default-features = false, features = ["runtime-tokio"] }
#
Expand Down

0 comments on commit 7059228

Please sign in to comment.