Skip to content

Commit 8632fbc

Browse files
committed
fix(http): remove unused h3_quinn feature
1 parent bb173a8 commit 8632fbc

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

Cargo.lock

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ http2 = [
6262
## Enables http3 support
6363
http3 = ["dep:quinn", "dep:h3-quinn", "dep:h3"]
6464
## Enables WebTransport over HTTP/3 support (enables http3)
65-
webtransport = ["http3", "dep:h3-webtransport", "dep:h3-datagram", "h3-quinn/datagram"]
65+
webtransport = ["http3", "dep:h3-webtransport", "dep:h3-datagram"]
6666
## Enables tls via rustls
6767
tls-rustls = ["dep:tokio-rustls"]
6868
## Alias for ["http3", "tls-rustls"]

vendor/cargo/BUILD.h3-quinn-0.0.10.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ rust_library(
3535
],
3636
),
3737
crate_features = [
38-
"datagram",
3938
"tracing",
4039
],
4140
crate_root = "src/lib.rs",
@@ -68,7 +67,6 @@ rust_library(
6867
"@cargo_vendor__bytes-1.10.1//:bytes",
6968
"@cargo_vendor__futures-0.3.31//:futures",
7069
"@cargo_vendor__h3-0.0.8//:h3",
71-
"@cargo_vendor__h3-datagram-0.0.2//:h3_datagram",
7270
"@cargo_vendor__quinn-0.11.9//:quinn",
7371
"@cargo_vendor__tokio-1.47.1//:tokio",
7472
"@cargo_vendor__tokio-util-0.7.16//:tokio_util",

0 commit comments

Comments
 (0)