Upgrade hyper

tracing-locks
Frank Denis 2 years ago
parent 0a4a4b5a52
commit a7dd01c6c6

@ -28,7 +28,7 @@ env_logger = { version = "0.9.0", default-features = false, features = [
"humantime", "humantime",
] } ] }
futures = { version = "0.3.21", features = ["async-await"] } futures = { version = "0.3.21", features = ["async-await"] }
hyper = { version = "0.14.18", default_features = false, features = [ hyper = { version = "0.14.19", default_features = false, features = [
"server", "server",
"http1", "http1",
], optional = true } ], optional = true }

Loading…
Cancel
Save