diff --git a/Cargo.lock b/Cargo.lock index 325f2f0c..9a543964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,6 +2042,7 @@ dependencies = [ "itoa", "pin-project-lite", "tokio", + "want", ] [[package]] @@ -2743,7 +2744,7 @@ dependencies = [ "anyhow", "axum 0.6.20", "bitcoin_hashes 0.11.0", - "hyper 0.14.27", + "hyper 1.0.1", "lightning 0.0.116", "lightning-invoice 0.24.0", "moksha-core", @@ -2775,7 +2776,7 @@ dependencies = [ "fedimint-tonic-lnd", "hex", "http-body-util", - "hyper 0.14.27", + "hyper 1.0.1", "lightning-invoice 0.26.0", "mockall", "moksha-core", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 554154f3..e47ca525 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -29,7 +29,7 @@ serde_derive = "1.0.171" serde_json = "1.0.108" lightning-invoice = "0.24.0" lightning = "0.0.116" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.0", features = ["full"] } bitcoin_hashes = { version = "0.11.0", default-features = false } secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc", "rand"] } tracing = "0.1.40" diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 1b490fc9..ff91b34b 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -23,7 +23,7 @@ bitcoin_hashes = "0.12.0" anyhow = { version = "1.0.75", features = ["backtrace"] } axum = { version = "0.7.2", features = ["http2"] } -hyper = "0.14.27" +hyper = "1.0.1" serde = { version = "1.0.193", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.108"