Skip to content

Commit

Permalink
Update Rust crate bytes to 1.6.0 (#787)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent a6976e0 commit 08539ec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 nativelink-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nativelink-util = { path = "../nativelink-util" }
nativelink-store = { path = "../nativelink-store" }
nativelink-scheduler = { path = "../nativelink-scheduler" }

bytes = "1.5.0"
bytes = "1.6.0"
futures = "0.3.30"
log = "0.4.21"
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aws-smithy-runtime = { version = "1.1.8" }
bincode = "1.3.3"
blake3 = "1.5.1"
byteorder = "1.5.0"
bytes = "1.5.0"
bytes = "1.6.0"
filetime = "0.2.23"
futures = "0.3.30"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nativelink-proto = { path = "../nativelink-proto" }
async-lock = "3.3.0"
async-trait = "0.1.78"
blake3 = { version = "1.5.1", features = ["mmap"] }
bytes = "1.5.0"
bytes = "1.6.0"
futures = "0.3.30"
hex = "0.4.3"
log = "0.4.21"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nativelink-scheduler = { path = "../nativelink-scheduler" }

async-lock = "3.3.0"
async-trait = "0.1.78"
bytes = "1.5.0"
bytes = "1.6.0"
filetime = "0.2.23"
formatx = "0.2.2"
futures = "0.3.30"
Expand Down

0 comments on commit 08539ec

Please sign in to comment.