diff --git a/Cargo.lock b/Cargo.lock index 196b9241..246fe7dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3358,9 +3358,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.20.8" +version = "0.20.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" +checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" dependencies = [ "log", "ring", diff --git a/Cargo.toml b/Cargo.toml index bca4bc9d..77723b11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,7 @@ lazy_static = "1.4.0" dotenv = "0.15.0" async-channel = "1.8.0" quinn = "0.9.3" +rustls = { version = "=0.20.6", default-features = false } [dev-dependencies] bench = { path = "./bench" } @@ -83,5 +84,5 @@ lazy_static = { workspace = true } dotenv = { workspace = true } async-channel = { workspace = true } quinn = { workspace = true } -rustls = { version = "0.20.6", default-features = false } chrono = { workspace = true } +rustls = { workspace = true }