From 92a451c1836b8ee16dfbd9be0d59a24d7d136ca5 Mon Sep 17 00:00:00 2001 From: ravenclaw900 <50060110+ravenclaw900@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:14:11 -0600 Subject: [PATCH] chore(Cargo.toml): cleanup deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a37cbb..49704cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rustls-pemfile = { version = "2.0.0", optional = true} thiserror = "1.0.52" tls-listener = { version = "0.9.1", features = ["rustls"] } tokio = { version = "1.35.1", features = ["net", "time"] } -tokio-rustls = { version = "0.25.0" } +tokio-rustls = "0.25.0" [dev-dependencies] http-body-util = "0.1.0"