Skip to content

Commit

Permalink
update h3 and h3-quinn to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 28, 2023
1 parent 2fa69ad commit f1834b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -140,8 +140,8 @@ tokio-socks = { version = "0.5.1", optional = true }
trust-dns-resolver = { version = "0.22", optional = true }

# HTTP/3 experimental support
h3 = { version="0.0.1", optional = true }
h3-quinn = { version="0.0.1", optional = true }
h3 = { version="0.0.2", optional = true }
h3-quinn = { version="0.0.2", optional = true }
quinn = { version = "0.8", default-features = false, features = ["tls-rustls", "ring"], optional = true }
futures-channel = { version="0.3", optional = true}

Expand Down

0 comments on commit f1834b3

Please sign in to comment.