diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml
index 49c96eae..41c3c4f3 100644
--- a/actix-rt/Cargo.toml
+++ b/actix-rt/Cargo.toml
@@ -37,4 +37,4 @@ tokio-uring = { version = "0.4", optional = true }
 
 [dev-dependencies]
 tokio = { version = "1.23.1", features = ["full"] }
-hyper = { version = "0.14.10", default-features = false, features = ["server", "tcp", "http1"] }
+hyper = { version = "1.0.1", default-features = false, features = ["server", "tcp", "http1"] }