Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent a0fd3f5 commit 4e3d9d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ xcm-simulator = { git = "https://github.com/pari
slices = "0.2.0"
derive_more = "1.0.0"
libsecp256k1 = { version = "0.7", default-features = false }
async-trait = { version = "0.1.83" }
async-trait = { version = "0.1.86" }
bstringify = { version = "0.1.2" }
clap = { version = "4.5.27" }
env_logger = { version = "0.10.2" }
Expand Down

0 comments on commit 4e3d9d8

Please sign in to comment.