Update rustls-post-quantum Cargo.toml to (hopefully) fix CI error

This commit is contained in:
SleeplessOne1917 2024-05-02 19:36:29 -04:00
parent f22ccb35c9
commit 8b5f319e6b
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ repository = "https://github.com/rustls/rustls"
categories = ["network-programming", "cryptography"]
[dependencies]
rustls = { version = "0.23.2", features = ["aws_lc_rs"], path = "../rustls" }
aws-lc-rs = { version = "1.6", features = ["unstable"], default-features = false }
rustls = { version = "0.23.5", features = ["aws_lc_rs"], path = "../rustls" }
aws-lc-rs = { version = "1.7", features = ["unstable"], default-features = false }
[dev-dependencies]
env_logger = "0.10" # 0.11 requires 1.71 MSRV even as a dev-dep (due to manifest features)