|
1 | 1 | [package] |
2 | 2 | name = "warp" |
3 | | -version = "0.4.0" |
| 3 | +version = "0.4.1" |
4 | 4 | description = "serve the web at warp speeds" |
5 | 5 | authors = [ "Sean McArthur <[email protected]>"] |
6 | 6 | license = "MIT" |
@@ -29,9 +29,9 @@ futures-util = { version = "0.3", default-features = false, features = ["sink"] |
29 | 29 | futures-channel = { version = "0.3.17", features = ["sink"]} |
30 | 30 | headers = "0.4" |
31 | 31 | http = "1" |
32 | | -http-body-util = "0.1" |
| 32 | +http-body-util = "0.1.2" |
33 | 33 | hyper = { version = "1", features = ["server", "http1", "http2"] } |
34 | | -hyper-util = { version = "0.1", features = ["server", "server-graceful", "server-auto", "http1", "http2", "service", "tokio"], optional = true } |
| 34 | +hyper-util = { version = "0.1.12", features = ["server", "server-graceful", "server-auto", "http1", "http2", "service", "tokio"], optional = true } |
35 | 35 | log = "0.4" |
36 | 36 | mime = "0.3" |
37 | 37 | mime_guess = "2.0.0" |
@@ -63,7 +63,7 @@ tokio-stream = { version = "0.1.1", features = ["net"] } |
63 | 63 | default = [] |
64 | 64 | multipart = ["dep:multer"] |
65 | 65 | websocket = ["hyper/client", "hyper/http1", "dep:tokio-tungstenite", "hyper-util/tokio"] |
66 | | -server = ["hyper/server", "hyper/http1", "hyper/http2", "dep:hyper-util"] |
| 66 | +server = ["hyper/server", "hyper/http1", "hyper/http2", "dep:hyper-util", "tokio/net"] |
67 | 67 | test = ["server"] |
68 | 68 | # tls might come back, uncertain |
69 | 69 | #tls = ["tokio-rustls", "rustls-pemfile"] |
|
0 commit comments