diff --git a/Cargo.toml b/Cargo.toml index 8365190..62f4aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ parking_lot = { version = "0.12", features = ["send_guard"] } pin-project = "1" quinn = "0.10.1" rcgen = { version = "0.11.0", default-features = false, optional = true } -rustls = { version = "0.21.1", default-features = false, features = [ +rustls = { version = "0.22.1", default-features = false, features = [ "dangerous_configuration", ] } serde = { version = "1", features = ["derive"] }