Add duplicate publisher determinism proof
This commit is contained in:
parent
5d0f3077d3
commit
91dad67fc2
18 changed files with 21569 additions and 595 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -33,12 +33,9 @@ blake3 = "1"
|
|||
clap = { version = "4", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
opentelemetry = { version = "0.31", features = ["trace"] }
|
||||
opentelemetry-otlp = { version = "0.31", default-features = false, features = ["http-proto", "reqwest-client", "trace", "gzip-http"] }
|
||||
opentelemetry_sdk = { version = "0.31", features = ["trace"] }
|
||||
tracing = "0.1"
|
||||
tracing-opentelemetry = "0.32"
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
[patch.crates-io]
|
||||
# Cloudflare's relay uses standard WebTransport subprotocol negotiation. The upstream
|
||||
# `web-transport-proto` crate (used by `web-transport-quinn`) currently uses legacy
|
||||
# header names (`wt-available-protocols` / `wt-protocol`), which prevents negotiating
|
||||
# `moqt-*` and causes the relay to close after MoQ SETUP.
|
||||
web-transport-proto = { path = "third_party/web-transport-proto" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue