mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
add feature for hyper-util
This commit is contained in:
@@ -109,7 +109,7 @@ futures-util = "0.3.31"
|
|||||||
pollster = "0.4.0"
|
pollster = "0.4.0"
|
||||||
hyper = { version = "1.8.1", features = ["http2", "http1", "server"] }
|
hyper = { version = "1.8.1", features = ["http2", "http1", "server"] }
|
||||||
hyper-rustls = { version = "0.27.7", default-features = false, features = ["native-tokio", "http1", "tls12", "logging", "http2", "aws-lc-rs", "webpki-roots"] }
|
hyper-rustls = { version = "0.27.7", default-features = false, features = ["native-tokio", "http1", "tls12", "logging", "http2", "aws-lc-rs", "webpki-roots"] }
|
||||||
hyper-util = { version = "0.1.19", features = ["tokio", "server-auto", "server-graceful"] }
|
hyper-util = { version = "0.1.19", features = ["tokio", "server-auto", "server-graceful", "tracing"] }
|
||||||
http = "1.4.0"
|
http = "1.4.0"
|
||||||
http-body = "1.0.1"
|
http-body = "1.0.1"
|
||||||
http-body-util = "0.1.3"
|
http-body-util = "0.1.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user