Skip to content

Commit

Permalink
http3: upgrade dependencies (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 9, 2023
1 parent 50dbaf3 commit 52190df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ tokio-socks = { version = "0.5.1", optional = true }
trust-dns-resolver = { version = "0.23", optional = true, features = ["tokio-runtime"] }

# HTTP/3 experimental support
h3 = { version="0.0.2", optional = true }
h3-quinn = { version="0.0.3", optional = true }
h3 = { version="0.0.3", optional = true }
h3-quinn = { version="0.0.4", 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 52190df

Please sign in to comment.