summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 92f45b2..a9b4586 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,8 +16,10 @@ hex = "0.4.3"
# TLS
rustls-pemfile = "2.1.3"
-rustls = "0.23.12"
+rustls = { version="0.23.12", default-features = false, features=["ring"] }
tokio-rustls = "0.26.0"
+rustls-webpki = "0.102.6"
+ring = "0.17.8"
# Async stuff
tokio = { version = "1.39.2", features = ["full"] }