diff --git a/gotham/Cargo.toml b/gotham/Cargo.toml
index 734040f0..250e7ee4 100644
--- a/gotham/Cargo.toml
+++ b/gotham/Cargo.toml
@@ -36,7 +36,7 @@ bytes = "1.0"
 cookie = "0.15"
 futures-util = "0.3.14"
 httpdate = "1.0"
-hyper = { version = "0.14.12", features = ["http1", "runtime", "server", "stream"] }
+hyper = { version = "1.3.0", features = ["http1", "runtime", "server", "stream"] }
 linked-hash-map = { version = "0.5.6", optional = true }
 log = "0.4"
 mime = "0.3.15"