Skip to content

Commit

Permalink
chore(deps): bump async-trait from 0.1.73 to 0.1.74
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.73...0.1.74)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent cd5fbc7 commit 7b02088
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 7b02088

Please sign in to comment.