Skip to content

Commit

Permalink
chore: update reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Apr 8, 2024
1 parent 2f09d0e commit 7195aff
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 60 deletions.
128 changes: 72 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ fedimint-tonic-lnd = { version = "0.2.0", features = ["lightningrpc", "walletrpc
url = "2.5.0"
moksha-mint = { path = "../moksha-mint" }
hex = "0.4.3"
reqwest = { version = "0.12.1", default-features = false }
reqwest = { version = "0.12.3", default-features = false, features = ["json", "rustls-tls"] }

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

[dev-dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
tokio = { version = "1.37.0", features = ["full"] }
reqwest = { version = "0.12.1", default-features = false }
reqwest = { version = "0.12.3", default-features = false, features = ["json", "rustls-tls"] }
moksha-mint = { path = "../moksha-mint" }
moksha-wallet = { path = "../moksha-wallet" }
moksha-core = { path = "../moksha-core" }
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ secp256k1 = { version = "0.28.2", default-features = false, features = ["rand",
thiserror = "1.0.50"
moksha-core = { path = "../moksha-core", version = "0.2.1" }
lightning-invoice = "0.26.0"
reqwest = { version = "0.12.1", default-features = false, features = ["json", "rustls-tls", "socks"] }
reqwest = { version = "0.12.3", default-features = false, features = ["json", "rustls-tls", "socks"] }
url = "2.4.1"
dotenvy = "0.15.7"
fedimint-tonic-lnd = { version = "0.2.0", features = ["lightningrpc", "walletrpc"] }
Expand Down
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rexie = "0.5.0"
tokio = { version = "1.37.0", features = ["rt", "sync"] }

[target.'cfg(not(target_family="wasm"))'.dependencies]
reqwest = { version = "0.12.1", features = ["json", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.3", features = ["json", "rustls-tls"], default-features = false }
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }
sqlx = { version = "0.7.4", default-features = false, features = ["sqlite", "runtime-tokio", "tls-rustls", "migrate", "macros", "json"] }

Expand Down

0 comments on commit 7195aff

Please sign in to comment.