Skip to content

Commit

Permalink
chore(quic): rustls provider
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakuraMizu committed Aug 24, 2024
1 parent 7d1286e commit e03af9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compio-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ compio-net = { workspace = true }
compio-runtime = { workspace = true, features = ["time"] }

quinn-proto = "0.11.3"
rustls = { workspace = true, features = ["ring"] }
rustls = { workspace = true }
rustls-platform-verifier = { version = "0.3.3", optional = true }
rustls-native-certs = { version = "0.7.1", optional = true }
webpki-roots = { version = "0.26.3", optional = true }
Expand Down Expand Up @@ -67,6 +67,7 @@ platform-verifier = ["dep:rustls-platform-verifier"]
native-certs = ["dep:rustls-native-certs"]
webpki-roots = ["dep:webpki-roots"]
h3 = ["dep:h3"]
# FIXME: see https://github.com/quinn-rs/quinn/pull/1962

[[example]]
name = "http3-client"
Expand Down

0 comments on commit e03af9d

Please sign in to comment.