diff --git a/Cargo.toml b/Cargo.toml index 7f3aa1be..7d348731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,8 +70,8 @@ headers = "0.4" http = "1" http-body = "1" http-body-util = "0.1" -hyper = { version = "1", features = ["server"] } -hyper-util = { version = "0.1", features = ["server-auto", "tokio"] } +hyper = { version = "1.1", features = ["server"] } +hyper-util = { version = "0.1.2", features = ["server-auto", "tokio"] } futures-util = "0.3" rustls-pemfile = "1.0"