Skip to content

Commit

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

---
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 Jul 24, 2023
1 parent eb20984 commit 81c7874
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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 crates/chain-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ibc-proto = { version = "0.28.0" }
ibc-relayer-types = { version = "0.23.0", path = "../relayer-types", features = ["std"] }
tendermint-rpc = { version = "0.30.0", features = ["http-client", "websocket-client"] }

async-trait = "0.1.67"
async-trait = "0.1.72"
flex-error = { version = "0.4.4", default-features = false }
futures = { version = "0.3.27", features = ["executor"] }
http = "0.2"
Expand Down

0 comments on commit 81c7874

Please sign in to comment.