Skip to content

Commit

Permalink
Bump once_cell from 1.17.1 to 1.18.0 in /src/rust/engine (#19389)
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to
1.18.0.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2023
1 parent 1b14f22 commit d8c4df3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/rust/engine/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 src/rust/engine/process_execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ parking_lot = "0.12"
itertools = "0.10"
serde = "1.0.136"
bincode = "1.3.3"
once_cell = "1.15"
once_cell = "1.18"
prost = "0.9"
prost-types = "0.9"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/docker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio-util = { version = "0.7", features = ["codec"] }
workunit_store = { path = "../../workunit_store" }
parking_lot = "0.12"
async-oncecell = "0.2"
once_cell = "1.15"
once_cell = "1.18"
process_execution = { path = ".." }
hashing = { path = "../../hashing" }
bytes = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio-rustls = "0.23"
tokio-util = { version = "0.7", features = ["codec"] }
workunit_store = { path = "../../workunit_store" }
async-oncecell = "0.2"
once_cell = "1.15"
once_cell = "1.18"
prost = "0.9"
prost-types = "0.9"
rand = "0.8"
Expand Down

0 comments on commit d8c4df3

Please sign in to comment.