Skip to content

Commit f5d7e28

Browse files
fix(deps): bump async-trait from 0.1.85 to 0.1.87 (#741)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.85 to 0.1.87. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.87) --- 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>
1 parent fe911f7 commit f5d7e28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ amzn-qdeveloper-streaming-client = { path = "crates/amzn-qdeveloper-streaming-cl
3131
anstream = "0.6.13"
3232
anyhow = "1.0.75"
3333
appkit-nsworkspace-bindings = { path = "crates/macos-utils/appkit-nsworkspace-bindings" }
34-
async-trait = "0.1.74"
34+
async-trait = "0.1.87"
3535
aws-smithy-runtime-api = "1.6.1"
3636
aws-smithy-types = "1.2.10"
3737
aws-types = "1.3.0"

crates/zbus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ rand = "0.8.5"
6565
sha1 = { version = "0.10.6", features = ["std"] }
6666
event-listener = "5.3.0"
6767
static_assertions = "1.1.0"
68-
async-trait = "0.1.80"
68+
async-trait = "0.1.87"
6969
async-fs = { version = "2.1.2", optional = true }
7070
# FIXME: We should only enable process feature for Mac OS. See comment on async-process below for why we can't.
7171
tokio = { version = "1.42.0", optional = true, features = [

0 commit comments

Comments
 (0)