Browse Source

Bump async-trait from 0.1.51 to 0.1.52

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.51 to 0.1.52.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.51...0.1.52)

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

Signed-off-by: dependabot[bot] <support@github.com>
resilient-broadcast
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
c4491051b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      daemon/Cargo.toml

4
Cargo.lock

@ -119,9 +119,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.51"
version = "0.1.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
dependencies = [
"proc-macro2",
"quote",

2
daemon/Cargo.toml

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
async-trait = "0.1.51"
async-trait = "0.1.52"
atty = "0.2"
bdk = { version = "0.14.1-dev", default-features = false, features = ["electrum"] }
bytes = "1"

Loading…
Cancel
Save