Skip to content

Commit

Permalink
Merge pull request #144 from ngutech21/dependabot/cargo/reqwest-0.11.22
Browse files Browse the repository at this point in the history
chore(deps): bump reqwest from 0.11.20 to 0.11.22
  • Loading branch information
ngutech21 authored Oct 4, 2023
2 parents 4c1f9c7 + d4a8c75 commit 6612e49
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
36 changes: 34 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion flutter/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tracing-wasm = "0.2.1"
wasm-bindgen-futures = "0.4.37"

[target.'cfg(not(target_family="wasm"))'.dependencies]
reqwest = { version = "0.11.19", features = ["serde_json", "json", "rustls-tls"], default-features = false }
reqwest = { version = "0.11.22", features = ["serde_json", "json", "rustls-tls"], default-features = false }
tracing-subscriber = "0.3.17"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tokio = { version = "1.30.0", features = ["sync", "rt"] }
[dev-dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
tokio = { version = "1.30.0", features = ["full"] }
reqwest = { version = "0.11.19", default-features = false }
reqwest = { version = "0.11.22", default-features = false }
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 @@ -35,7 +35,7 @@ thiserror = "1.0.49"
moksha-core = { path = "../moksha-core" }
rocksdb = "0.21.0"
lightning-invoice = "0.24.0"
reqwest = { version = "0.11.19", default-features = false, features = ["serde_json", "json", "rustls-tls-webpki-roots", "socks"] }
reqwest = { version = "0.11.22", default-features = false, features = ["serde_json", "json", "rustls-tls-webpki-roots", "socks"] }
url = "2.4.1"
dotenvy = "0.15.7"
envy = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rexie = "0.5.0"
tokio = { version = "1.32.0", features = ["rt", "sync"] }

[target.'cfg(not(target_family="wasm"))'.dependencies]
reqwest = { version = "0.11.20", features = ["serde_json", "json", "rustls-tls"], default-features = false }
reqwest = { version = "0.11.22", features = ["serde_json", "json", "rustls-tls"], default-features = false }
tokio = { version = "1.32.0", features = ["rt", "rt-multi-thread", "macros"] }
sqlx = { version = "0.7.2", default-features = false, features = ["sqlite", "runtime-tokio-rustls", "migrate", "macros"] }

Expand Down

0 comments on commit 6612e49

Please sign in to comment.