diff --git a/Cargo.lock b/Cargo.lock
index 6c5b6492..6ce478fe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1846,7 +1846,7 @@ dependencies = [
  "fedimint-tonic-lnd",
  "hex",
  "http-body-util",
- "hyper 0.14.28",
+ "hyper 1.2.0",
  "lightning-invoice 0.26.0",
  "mockall",
  "moksha-core",
diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml
index 3daad4fc..e57bcc8c 100644
--- a/moksha-mint/Cargo.toml
+++ b/moksha-mint/Cargo.toml
@@ -22,7 +22,7 @@ hex = "0.4.3"
 async-trait = "0.1.74"
 anyhow = { version = "1.0.75", features = ["backtrace"] }
 axum = { version = "0.7.4", features = ["http2"] }
-hyper = "0.14.28"
+hyper = "1.2.0"
 serde = { version = "1.0.193", features = ["derive"] }
 serde_json = "1.0.108"
 tokio = { version = "1.36.0", features = ["full"] }