Skip to content

Commit c781616

Browse files
chore(deps): bump async-trait from 0.1.88 to 0.1.89 in /parachain (#3678)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.88 to 0.1.89. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9df3cc4 commit c781616

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

parachain/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ strip = "symbols"
6868
incremental = false
6969

7070
[workspace.dependencies]
71-
async-trait = { version = "0.1.81" }
71+
async-trait = { version = "0.1.89" }
7272
assert_matches = { version = "1.3.0" }
7373
blake2-rfc = { version = "0.2.18", default-features = false }
7474
base58 = { version = "0.2", default-features = false }

0 commit comments

Comments
 (0)