Skip to content

Commit

Permalink
Merge pull request #877 from AmbientRun/update-webtransport
Browse files Browse the repository at this point in the history
chore: update webtransport
  • Loading branch information
ten3roberts authored Sep 15, 2023
2 parents f986191 + ebb99a9 commit b5058c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ rustls = { version = "0.21.1", features = ["dangerous_configuration", "quic"] }
rustls-pemfile = "1.0"

# See: https://github.com/hyperium/h3/pull/183
h3 = { git = "https://github.com/security-union/h3", branch = "add-webtransport" }
h3-webtransport = { git = "https://github.com/security-union/h3", branch = "add-webtransport" }
h3-quinn = { git = "https://github.com/security-union/h3", branch = "add-webtransport" }
h3 = { git = "https://github.com/hyperium/h3" }
h3-webtransport = { git = "https://github.com/hyperium/h3" }
h3-quinn = { git = "https://github.com/hyperium/h3" }
http = { version = "0.2.9" }

#
Expand Down
8 changes: 4 additions & 4 deletions web/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5058c7

Please sign in to comment.