diff --git a/Cargo.toml b/Cargo.toml index a0d7adb..a11eaff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ axum = { version = "0.6.20", features = [ "headers", ], default-features = false, optional = true } tower = { version = "0.4.13", optional = true } -hyper = { version = "0.14", optional = true } +hyper = { version = "1.4.1", optional = true } http-body-util = { version = "0.1.2", optional = true } [dev-dependencies]