aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-19 03:14:34 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-19 03:14:34 +0200
commitd06821468e9a6e0d62c4b1ced21b1290e7a5bc47 (patch)
tree0ef2cade2bfb6a24f2bb3e65b074df81afd5b5dd /Cargo.toml
parent6c3524c381467483a025eda5e7e5f0ded53094fa (diff)
downloadgnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar
gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar.bz2
gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar.zst
fallback cert
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc18ba9..fc77e7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
# HTTP
-hyper = { version = "1.4.1", features = ["full"] }
+hyper = { version = "1.4.1", features = ["server", "client", "http1", "http2"] }
hyper-util = "0.1.7"
http-body-util = "0.1.2"
headers = "0.4.0"
@@ -52,4 +52,4 @@ bytes = "1.7.1"
anyhow = "1.0.86"
thiserror = "1.0.63"
regex = "1.10.6"
-users = "0.11.0" \ No newline at end of file
+users = "0.11.0"