From d08ce75b92a26ca86ae9b3fe90a4a259fec644be Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Mon, 22 Jan 2024 10:06:49 +0100 Subject: [PATCH] chore: update hyper and reqwest --- moksha-mint/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index d7e8f583..e19e046e 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -21,7 +21,7 @@ hex = "0.4.3" async-trait = "0.1.74" anyhow = { version = "1.0.75", features = ["backtrace"] } axum = { version = "0.7.3", features = ["http2"] } -hyper = "0.14.27" +hyper = "0.14.28" serde = { version = "1.0.193", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.108" @@ -34,7 +34,7 @@ secp256k1 = { version = "0.28.1", features = ["rand", "serde"] } thiserror = "1.0.50" moksha-core = { path = "../moksha-core", version = "0.2.0-beta" } lightning-invoice = "0.26.0" -reqwest = { version = "0.11.22", default-features = false, features = ["serde_json", "json", "rustls-tls", "socks"] } +reqwest = { version = "0.11.23", default-features = false, features = ["serde_json", "json", "rustls-tls", "socks"] } url = "2.4.1" dotenvy = "0.15.7" envy = "0.4.2"