aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-06-09 23:15:33 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-06-13 23:33:23 +0000
commita192279030f8317275aff120679c0a68c797c299 (patch)
tree1fb30bdb718042a6be2ef40a0649d17d4f9a1205 /Cargo.toml
parentBump rustls to v0.23 (diff)
downloadminiserve-a192279030f8317275aff120679c0a68c797c299.tar.gz
miniserve-a192279030f8317275aff120679c0a68c797c299.zip
Try to fix CI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af9096a..0717de4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ nanoid = "0.4"
percent-encoding = "2"
port_check = "0.2"
regex = "1"
-rustls = { version = "0.23", optional = true }
+rustls = { version = "0.23", features = ["ring"], optional = true, default-features = false }
rustls-pemfile = { version = "2", optional = true }
serde = { version = "1", features = ["derive"] }
sha2 = "0.10"