Skip to content

Commit

Permalink
Merge pull request #151 from ngutech21/dependabot/cargo/async-trait-0…
Browse files Browse the repository at this point in the history
….1.74

chore(deps): bump async-trait from 0.1.73 to 0.1.74
  • Loading branch information
ngutech21 authored Oct 16, 2023
2 parents 0ce3b94 + 7b02088 commit 524e898
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 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 @@ -19,7 +19,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] }
thiserror = "1.0.49"
flutter_rust_bridge = "1.82.3"
lightning-invoice = "0.24.0"
async-trait = "0.1.72"
async-trait = "0.1.74"
url = "2.4.1"
secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
tokio = { version = "1.33.0", features = ["rt", "sync", "io-util", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/lib.rs"

[dependencies]
hex = "0.4.3"
async-trait = "0.1.72"
async-trait = "0.1.74"
bitcoin_hashes = "0.12.0"
anyhow = { version = "1.0.75", features = ["backtrace"] }
axum = { version = "0.6.20", features = ["http2"] }
Expand Down
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = "1.0.107"
serde = "1.0.188"
rand = "0.8.5"
thiserror = "1.0.49"
async-trait = "0.1.72"
async-trait = "0.1.74"
lightning-invoice = "0.24.0"
url = "2.4.1"
dirs = "5.0.1"
Expand Down

0 comments on commit 524e898

Please sign in to comment.