Skip to content

Commit c11e439

Browse files
Bump async-trait from 0.1.88 to 0.1.89 (#1477)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 355fc5d commit c11e439

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

bazelfe-bazel-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ required-features = ["dev-binaries"]
1313
[dependencies]
1414
async-channel = "2.5.0"
1515
async-stream = "0.3.6"
16-
async-trait = "0.1.88"
16+
async-trait = "0.1.89"
1717
bytes = "1.10.1"
1818
ctrlc = "3.4.7"
1919
clap = { version = "4.5.45", features = ["derive", "env"] }

bazelfe-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ path = "src/bazel_runner/bazel_runner_app.rs"
4646
[dependencies]
4747
async-channel = "2.5.0"
4848
async-stream = "0.3.6"
49-
async-trait = "0.1.88"
49+
async-trait = "0.1.89"
5050
byteorder = "1.5.0"
5151
bytes = "1.10.1"
5252
clap = { version = "4.5.45", features = ["derive", "env"] }

bzl-remote-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/binaries/dump_cache_data/app.rs"
1818

1919
[dependencies]
2020
async-stream = "0.3.6"
21-
async-trait = "0.1.88"
21+
async-trait = "0.1.89"
2222
byteorder = "1.5.0"
2323
bytes = "1.10.1"
2424
clap = { version = "4.5.45", features = ["derive", "env"] }

0 commit comments

Comments
 (0)