Skip to content

Commit

Permalink
Bump async-trait from 0.1.82 to 0.1.83 (#1255)
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.82...0.1.83)

---
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 Sep 25, 2024
1 parent cea5aa6 commit 124744f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ required-features = ["dev-binaries"]
[dependencies]
async-channel = "2.3.1"
async-stream = "0.3.5"
async-trait = "0.1.82"
async-trait = "0.1.83"
bytes = "1.7.2"
ctrlc = "3.4.5"
clap = { version = "4.5.18", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ path = "src/bazel_runner/bazel_runner_app.rs"
[dependencies]
async-channel = "2.3.1"
async-stream = "0.3.5"
async-trait = "0.1.82"
async-trait = "0.1.83"
byteorder = "1.5.0"
bytes = "1.7.2"
clap = { version = "4.5.18", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/binaries/dump_cache_data/app.rs"

[dependencies]
async-stream = "0.3.5"
async-trait = "0.1.82"
async-trait = "0.1.83"
byteorder = "1.5.0"
bytes = "1.7.2"
clap = { version = "4.5.18", features = ["derive", "env"] }
Expand Down

0 comments on commit 124744f

Please sign in to comment.