Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

Commit 32b8ae6

Browse files
committed
chore: update reqwest and hyper
1 parent f5f108f commit 32b8ae6

File tree

4 files changed

+86
-17
lines changed

4 files changed

+86
-17
lines changed

Cargo.lock

Lines changed: 81 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrationtests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ fedimint-tonic-lnd = { version = "0.2.0", features = ["lightningrpc", "walletrpc
2828
url = "2.5.0"
2929
moksha-mint = { path = "../moksha-mint" }
3030
hex = "0.4.3"
31-
reqwest = { version = "0.12.0", default-features = false }
31+
reqwest = { version = "0.12.1", default-features = false }
3232

3333
[target.'cfg(not(target_family="wasm"))'.dependencies]
3434
tokio = { version = "1.35.1", features = ["sync", "rt-multi-thread"] }
3535

3636
[dev-dependencies]
3737
anyhow = { version = "1.0.80", features = ["backtrace"] }
3838
tokio = { version = "1.36.0", features = ["full"] }
39-
reqwest = { version = "0.12.0", default-features = false }
39+
reqwest = { version = "0.12.1", default-features = false }
4040
moksha-mint = { path = "../moksha-mint" }
4141
moksha-wallet = { path = "../moksha-wallet" }
4242
moksha-core = { path = "../moksha-core" }

moksha-mint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hex = "0.4.3"
2222
async-trait = "0.1.74"
2323
anyhow = { version = "1.0.75", features = ["backtrace"] }
2424
axum = { version = "0.7.4", features = ["http2"] }
25-
hyper = "0.14.28"
25+
hyper = "1"
2626
serde = { version = "1.0.193", features = ["derive"] }
2727
serde_json = "1.0.108"
2828
tokio = { version = "1.36.0", features = ["full"] }
@@ -32,7 +32,7 @@ secp256k1 = { version = "0.28.2", default-features = false, features = ["rand",
3232
thiserror = "1.0.50"
3333
moksha-core = { path = "../moksha-core", version = "0.2.1" }
3434
lightning-invoice = "0.26.0"
35-
reqwest = { version = "0.11.25", default-features = false, features = ["serde_json", "json", "rustls-tls", "socks"] }
35+
reqwest = { version = "0.12.1", default-features = false, features = ["json", "rustls-tls", "socks"] }
3636
url = "2.4.1"
3737
dotenvy = "0.15.7"
3838
fedimint-tonic-lnd = { version = "0.2.0", features = ["lightningrpc", "walletrpc"] }

moksha-wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rexie = "0.5.0"
3333
tokio = { version = "1.35.1", features = ["rt", "sync"] }
3434

3535
[target.'cfg(not(target_family="wasm"))'.dependencies]
36-
reqwest = { version = "0.11.25", features = ["serde_json", "json", "rustls-tls"], default-features = false }
36+
reqwest = { version = "0.12.1", features = ["json", "rustls-tls"], default-features = false }
3737
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] }
3838
sqlx = { version = "0.7.4", default-features = false, features = ["sqlite", "runtime-tokio", "tls-rustls", "migrate", "macros"] }
3939

0 commit comments

Comments
 (0)