diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 03:14:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 03:14:34 +0200 |
commit | d06821468e9a6e0d62c4b1ced21b1290e7a5bc47 (patch) | |
tree | 0ef2cade2bfb6a24f2bb3e65b074df81afd5b5dd /Cargo.toml | |
parent | 6c3524c381467483a025eda5e7e5f0ded53094fa (diff) | |
download | gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar.bz2 gnix-d06821468e9a6e0d62c4b1ced21b1290e7a5bc47.tar.zst |
fallback cert
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |