From a3a18e47dc425f493ee4728f21524da5b16e48db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:21:37 -0800 Subject: [PATCH] chore(deps): Bump once_cell from 1.18.0 to 1.19.0 (#3781) * chore(deps): Bump once_cell from 1.18.0 to 1.19.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update consensus enclave lock file --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Santana --- Cargo.lock | 4 ++-- consensus/enclave/impl/Cargo.toml | 2 +- consensus/enclave/trusted/Cargo.lock | 4 ++-- consensus/service/Cargo.toml | 2 +- fog/test-client/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f9d043d4d..b3236c2fe7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6686,9 +6686,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oorandom" diff --git a/consensus/enclave/impl/Cargo.toml b/consensus/enclave/impl/Cargo.toml index d17fe15966..0355a809d7 100644 --- a/consensus/enclave/impl/Cargo.toml +++ b/consensus/enclave/impl/Cargo.toml @@ -47,7 +47,7 @@ mc-util-from-random = { path = "../../../util/from-random" } mc-util-serial = { path = "../../../util/serial" } mbedtls = { version = "0.8.1", default-features = false, features = ["no_std_deps"] } -once_cell = { version = "1.18", default-features = false, features = ["alloc", "race"] } +once_cell = { version = "1.19", default-features = false, features = ["alloc", "race"] } prost = { version = "0.12", default-features = false, features = ["prost-derive"] } rand_core = { version = "0.6", default-features = false } subtle = { version = "2.4", default-features = false, features = ["i128"] } diff --git a/consensus/enclave/trusted/Cargo.lock b/consensus/enclave/trusted/Cargo.lock index 077f952243..b4a9313281 100644 --- a/consensus/enclave/trusted/Cargo.lock +++ b/consensus/enclave/trusted/Cargo.lock @@ -1924,9 +1924,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opaque-debug" diff --git a/consensus/service/Cargo.toml b/consensus/service/Cargo.toml index a28c763d4d..85544d8238 100644 --- a/consensus/service/Cargo.toml +++ b/consensus/service/Cargo.toml @@ -54,7 +54,7 @@ futures = "0.3" grpcio = "0.13" hex = "0.4" lazy_static = "1.4" -once_cell = "1.18" +once_cell = "1.19" protobuf = "2.27.1" rand = "0.8" rayon = "1.8" diff --git a/fog/test-client/Cargo.toml b/fog/test-client/Cargo.toml index e36008ec06..317799fe98 100644 --- a/fog/test-client/Cargo.toml +++ b/fog/test-client/Cargo.toml @@ -40,7 +40,7 @@ hex_fmt = "0.3" lazy_static = "1.4" maplit = "1.0" more-asserts = "0.3" -once_cell = "1.18" +once_cell = "1.19" rand = "0.8" retry = "2.0" serde = "1"