Skip to content

Commit

Permalink
http3: Enable runtime-tokio for quinn (seanmonstar#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored May 22, 2023
1 parent c9f0c28 commit 06c8e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ trust-dns-resolver = { version = "0.22", optional = true }
# HTTP/3 experimental support
h3 = { version="0.0.2", optional = true }
h3-quinn = { version="0.0.3", optional = true }
quinn = { version = "0.10", default-features = false, features = ["tls-rustls", "ring"], optional = true }
quinn = { version = "0.10", default-features = false, features = ["tls-rustls", "ring", "runtime-tokio"], optional = true }
futures-channel = { version="0.3", optional = true}


Expand Down

0 comments on commit 06c8e5b

Please sign in to comment.