Skip to content

Commit 902ebb1

Browse files
committed
Point rustls patches at quic-acceptor
1 parent dfb1d88 commit 902ebb1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ rust-version = "1.71"
1313
exclude = ["/.github", "/examples", "/scripts", "/tests/"]
1414

1515
[dependencies]
16-
rustls = { git = "https://github.com/iadev09/rustls.git", branch = "quic-acceptor-tls13-ccs", package = "rustls", version = "0.24.0-dev.0", default-features = false, features = ["webpki"] }
17-
rustls-aws-lc-rs = { git = "https://github.com/iadev09/rustls.git", branch = "quic-acceptor-tls13-ccs", package = "rustls-aws-lc-rs", version = "0.1.0-dev.0", default-features = false, features = ["aws-lc-sys", "std"], optional = true }
18-
rustls-ring = { git = "https://github.com/iadev09/rustls.git", branch = "quic-acceptor-tls13-ccs", package = "rustls-ring", version = "0.1.0-dev.0", default-features = false, features = ["std"], optional = true }
16+
rustls = { git = "https://github.com/iadev09/rustls.git", branch = "quic-acceptor", package = "rustls", version = "0.24.0-dev.0", default-features = false, features = ["webpki"] }
17+
rustls-aws-lc-rs = { git = "https://github.com/iadev09/rustls.git", branch = "quic-acceptor", package = "rustls-aws-lc-rs", version = "0.1.0-dev.0", default-features = false, features = ["aws-lc-sys", "std"], optional = true }
18+
rustls-ring = { git = "https://github.com/iadev09/rustls.git", branch = "quic-acceptor", package = "rustls-ring", version = "0.1.0-dev.0", default-features = false, features = ["std"], optional = true }
1919
tokio = "1.0"
2020

2121
[features]

0 commit comments

Comments
 (0)