From ce20e312e31c33d7b3eef1f46479a797d001b338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 19:17:00 +0300 Subject: [PATCH] chore(deps): bump once_cell from 1.7.2 to 1.8.0 (#317) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.7.2 to 1.8.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.7.2...v1.8.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-contract/Cargo.toml | 2 +- ethers-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81583ac9..6be48d20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1581,9 +1581,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" [[package]] name = "once_cell" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" +checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" [[package]] name = "opaque-debug" diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 01a93cac..f0f79b8a 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -19,7 +19,7 @@ ethers-contract-derive = { version = "0.2.2", path = "ethers-contract-derive", o serde = { version = "1.0.124", default-features = false } serde_json = { version = "1.0.64", default-features = false } thiserror = { version = "1.0.24", default-features = false } -once_cell = { version = "1.7.2", default-features = false } +once_cell = { version = "1.8.0", default-features = false } pin-project = {version = "1.0.7", default-features = false } futures-util = { version = "0.3.14", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["std"] } diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index e0511a93..1b32fa79 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -43,7 +43,7 @@ ethers = { version = "0.2", path = "../ethers" } serde_json = { version = "1.0.64", default-features = false } bincode = { version = "1.3.3", default-features = false } -once_cell = { version = "1.7.2" } +once_cell = { version = "1.8.0" } [features]