From 32515b29f943b8ccbd193dc85b79f66ef43ff0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 06:22:02 +0000 Subject: [PATCH 1/2] 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] --- Cargo.lock | 4 ++-- consensus/enclave/impl/Cargo.toml | 2 +- consensus/service/Cargo.toml | 2 +- fog/test-client/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6141987bd9..c7a2bc292f 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/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" From 21f1d7c68518624c6ed20149ab05fb89f744d07f Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Fri, 8 Dec 2023 07:15:25 -0800 Subject: [PATCH 2/2] Update consensus enclave lock file --- consensus/enclave/trusted/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"