diff --git a/Cargo.toml b/Cargo.toml index ddcb6da21..5df79becb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ tempfile = "3" test-strategy = "0.4.5" thiserror = "2" tokio = { version = "1.40", features = ["full"] } -tokio-rustls = { version = "0.26.0" } +tokio-rustls = { version = "0.26.4" } tokio-test = "*" tokio-util = { version = "0.7", features = ["codec"]} toml = "1.0"