diff --git a/Cargo.toml b/Cargo.toml index de5fd54..2d7d7a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ env_logger = { version = "0.9.0", default-features = false, features = [ "humantime", ] } 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", "http1", ], optional = true }