diff --git a/Cargo.lock b/Cargo.lock index 602048da..98c062c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1821,7 +1821,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 6dc2a239..f7ed061e 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"] }