diff options
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" |