From 0307762b128e94b3fe9460866ad9297b21f17a91 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 17:10:58 +0000 Subject: [PATCH] Bump once_cell from 1.6.0 to 1.7.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- chain-tx-enclave-next/mls/Cargo.toml | 2 +- client-cli/Cargo.toml | 2 +- client-common/Cargo.toml | 2 +- client-core/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f78135d46..66f5af2d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3211,9 +3211,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd" +checksum = "10acf907b94fc1b1a152d08ef97e7759650268cf986bf127f387e602b02c7e5a" dependencies = [ "parking_lot 0.11.0", ] diff --git a/chain-tx-enclave-next/mls/Cargo.toml b/chain-tx-enclave-next/mls/Cargo.toml index f6379f426..73ae76087 100644 --- a/chain-tx-enclave-next/mls/Cargo.toml +++ b/chain-tx-enclave-next/mls/Cargo.toml @@ -26,7 +26,7 @@ elliptic-curve = "0.5.0" p256 = { version = "0.4.1", features = ["arithmetic", "zeroize"] } zeroize = "1.2" parity-scale-codec = { features = ["derive"], version = "1.3" } -once_cell = "1.6" +once_cell = "1.7" generic-array = "0.14" static_assertions = "1.1" diff --git a/client-cli/Cargo.toml b/client-cli/Cargo.toml index 7baacfd32..65fad0adc 100644 --- a/client-cli/Cargo.toml +++ b/client-cli/Cargo.toml @@ -18,7 +18,7 @@ client-network = { path = "../client-network" } mls = { path = "../chain-tx-enclave-next/mls" } ra-client = { path = "../chain-tx-enclave-next/enclave-ra/ra-client" } rand = "0.7" -once_cell = "1.6" +once_cell = "1.7" structopt = "0.3" quest = "0.3" secstr = { version = "0.4.0", features = ["serde"] } diff --git a/client-common/Cargo.toml b/client-common/Cargo.toml index 1bb4b43fc..77c1e110e 100644 --- a/client-common/Cargo.toml +++ b/client-common/Cargo.toml @@ -28,7 +28,7 @@ indexmap = "1.6" itertools = "0.10" num-bigint = "0.2.5" log = "0.4.14" -once_cell = "1.6" +once_cell = "1.7" parity-scale-codec = { features = ["derive"], version = "1.3" } rand = "0.7" rust-argon2 = "0.8" diff --git a/client-core/Cargo.toml b/client-core/Cargo.toml index 7f995d7c4..3aba45924 100644 --- a/client-core/Cargo.toml +++ b/client-core/Cargo.toml @@ -13,7 +13,7 @@ client-common = { path = "../client-common", features = ["sled"] } chain-tx-filter = { path = "../chain-tx-filter" } chain-tx-validation = { path = "../chain-tx-validation" } chain-storage = { path = "../chain-storage", default-features = false } -once_cell = "1.6" +once_cell = "1.7" mock-utils = { path = "../chain-tx-enclave/mock-utils" } ledger-crypto = { git = "https://github.com/crypto-com/ledger-crypto-rs", rev = "1548ca9bf12ba16c6a760b5379e671ac54eadd1e" } ledger-transport-hid = { git = "https://github.com/crypto-com/ledger-rs", rev = "8d94ced5cdd9dc3255bf0e6e775e4ec397b61f0d" }