diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 13:53:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 13:53:05 +0200 |
commit | 7db0a67f072d212697cda117bd65d658590e279e (patch) | |
tree | bba60d66721c3343a87500dbe15c02c8afd11d2f /Cargo.toml | |
parent | ad13722e62d96eb84fa72f595bf3cfd3b570155f (diff) | |
download | gnix-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |