diff --git a/Cargo.toml b/Cargo.toml index 637d1d150..ba7c32f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ tempfile = "3" test-strategy = "0.3.1" thiserror = "1" tokio = { version = "1.34", features = ["full"] } -tokio-rustls = { version = "0.24.1" } +tokio-rustls = { version = "0.25.0" } tokio-test = "*" tokio-util = { version = "0.7", features = ["codec"]} toml = "0.8"