Skip to content

Commit

Permalink
Target websocket PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jun 7, 2023
1 parent c69b41c commit a735a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
[dependencies]
bytes = "1"
futures = "0.3"
h3 = "0.0.2"
h3-quinn = "0.0.3"
h3 = { git = "https://github.com/security-union/h3.git", branch = "add-webtransport" }
h3-quinn = { git = "https://github.com/security-union/h3.git", branch = "add-webtransport" }
http = "0.2"
quinn = { version = "0.10", default-features = false, features = ["runtime-tokio", "tls-rustls", "ring"] }
rcgen = { version = "0.10" }
Expand Down

0 comments on commit a735a0d

Please sign in to comment.