Skip to content

Commit

Permalink
update to new h3 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2424 committed Jul 1, 2024
1 parent ae64db2 commit 26435af
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 @@ -160,8 +160,8 @@ tokio-socks = { version = "0.5.1", optional = true }
hickory-resolver = { version = "0.24", optional = true, features = ["tokio-runtime"] }

# HTTP/3 experimental support
h3 = { git = "https://github.com/Ruben2424/h3.git", branch = "reqwest-sync", optional = true}
h3-quinn = {git = "https://github.com/Ruben2424/h3.git", branch = "reqwest-sync", optional = true}
h3 = { version = "0.0.6", optional = true}
h3-quinn = {version = "0.0.7", optional = true}
quinn = { version = "0.11.1", default-features = false, features = ["rustls", "runtime-tokio"], optional = true }
slab = { version = "0.4.9", optional = true } # just to get minimal versions working with quinn
futures-channel = { version = "0.3", optional = true }
Expand Down

0 comments on commit 26435af

Please sign in to comment.