deps hyper

This commit is contained in:
Jun Kurihara 2023-02-03 13:22:20 +09:00
commit 8035222665
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23

View file

@ -20,7 +20,7 @@ env_logger = "0.10.0"
anyhow = "1.0.68" anyhow = "1.0.68"
clap = { version = "4.1.4", features = ["std", "cargo", "wrap_help"] } clap = { version = "4.1.4", features = ["std", "cargo", "wrap_help"] }
futures = { version = "0.3.26", features = ["alloc", "async-await"] } futures = { version = "0.3.26", features = ["alloc", "async-await"] }
hyper = { version = "0.14.23", default-features = false, features = [ hyper = { version = "0.14.24", default-features = false, features = [
"server", "server",
"http1", "http1",
"http2", "http2",