diff --git a/client/Cargo.toml b/client/Cargo.toml index 587d033b..18bfb8d7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -31,7 +31,7 @@ fxhash = "0.2.1" downcast-rs = "1.1.1" quinn = { workspace = true } futures-util = "0.3.1" -rustls = { version = "0.21.7", features = ["dangerous_configuration"] } +rustls = { version = "0.23.0", features = ["dangerous_configuration"] } webpki = "0.22.0" hecs = { workspace = true } rcgen = { version = "0.12.1", default-features = false, features = ["ring"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index a9a79461..a9927dd0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -27,6 +27,6 @@ fxhash = "0.2.1" nalgebra = { workspace = true } libm = "0.2.6" slotmap = "1.0.6" -rustls = "0.21.7" +rustls = "0.23.0" rustls-pemfile = "1.0.0" save = { path = "../save" }