diff --git a/Cargo.toml b/Cargo.toml index 94dae035..151e2430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ features = ["unstable"] [dev-dependencies] env_logger = "0.11.1" trillium-proxy = "0.4.1" -trillium-rustls = "0.6.0" +trillium-rustls = "0.8.0" trillium-smol = "0.3.0" trillium-testing = "0.5.0"