From d8c4df3e5150b80abc59b9a3ba4e844f057e4ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:55:30 -0700 Subject: [PATCH] Bump once_cell from 1.17.1 to 1.18.0 in /src/rust/engine (#19389) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.18.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/engine/Cargo.lock | 6 +++--- src/rust/engine/process_execution/Cargo.toml | 2 +- src/rust/engine/process_execution/docker/Cargo.toml | 2 +- src/rust/engine/process_execution/remote/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/rust/engine/Cargo.lock b/src/rust/engine/Cargo.lock index 46391c1f58b..116f364ee90 100644 --- a/src/rust/engine/Cargo.lock +++ b/src/rust/engine/Cargo.lock @@ -2141,9 +2141,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "oorandom" @@ -2616,7 +2616,7 @@ dependencies = [ "indoc", "libc", "memoffset 0.9.0", - "parking_lot 0.11.2", + "parking_lot 0.12.1", "pyo3-build-config 0.19.0", "pyo3-ffi", "pyo3-macros", diff --git a/src/rust/engine/process_execution/Cargo.toml b/src/rust/engine/process_execution/Cargo.toml index 785d73a7feb..f44d10984ec 100644 --- a/src/rust/engine/process_execution/Cargo.toml +++ b/src/rust/engine/process_execution/Cargo.toml @@ -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" diff --git a/src/rust/engine/process_execution/docker/Cargo.toml b/src/rust/engine/process_execution/docker/Cargo.toml index 0e35f25d964..a05842872a2 100644 --- a/src/rust/engine/process_execution/docker/Cargo.toml +++ b/src/rust/engine/process_execution/docker/Cargo.toml @@ -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" diff --git a/src/rust/engine/process_execution/remote/Cargo.toml b/src/rust/engine/process_execution/remote/Cargo.toml index 6ddb55e8d28..72652ea1106 100644 --- a/src/rust/engine/process_execution/remote/Cargo.toml +++ b/src/rust/engine/process_execution/remote/Cargo.toml @@ -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"