Skip to content

Commit

Permalink
chore: update hyper and reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jan 22, 2024
1 parent 5ce5035 commit d08ce75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit d08ce75

Please sign in to comment.