summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-19 13:53:05 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-19 13:53:05 +0200
commit7db0a67f072d212697cda117bd65d658590e279e (patch)
treebba60d66721c3343a87500dbe15c02c8afd11d2f /Cargo.toml
parentad13722e62d96eb84fa72f595bf3cfd3b570155f (diff)
downloadgnix-7db0a67f072d212697cda117bd65d658590e279e.tar
gnix-7db0a67f072d212697cda117bd65d658590e279e.tar.bz2
gnix-7db0a67f072d212697cda117bd65d658590e279e.tar.zst
remove authority from uri when translating to h1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6653d38..3f89a8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ hyper-util = { version = "0.1.7", features = [
"tokio",
] }
http-body-util = "0.1.2"
+http = "1.1.0"
headers = "0.4.0"
percent-encoding = "2.3.1"
base64 = "0.22.1"