Skip to content

Commit

Permalink
Bump webtransport. (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Apr 30, 2024
1 parent 072b53e commit 2240008
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion moq-dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ moq-native = { path = "../moq-native", version = "0.1" }
moq-transport = { path = "../moq-transport", version = "0.5" }

# QUIC
web-transport = "0.1"
web-transport = "0.2"
bytes = "1"

# Async stuff
Expand Down
4 changes: 2 additions & 2 deletions moq-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["multimedia", "network-programming", "web-programming"]

[dependencies]
moq-transport = { path = "../moq-transport", version = "0.5" }
web-transport = "0.1"
web-transport = "0.2.1"

# QUIC
quinn = "0.10"
web-transport-quinn = "0.1"
web-transport-quinn = "0.2.1"
url = "2"

# Crypto
Expand Down
2 changes: 1 addition & 1 deletion moq-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1"
tokio = { version = "1", features = ["macros", "io-util", "sync"] }
log = "0.4"

web-transport = "0.1"
web-transport = "0.2"

paste = "1"
futures = "0.3"
Expand Down

0 comments on commit 2240008

Please sign in to comment.