From 010217c407939630f508df0d0c6010b2ecd30cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 05:29:34 -0800 Subject: [PATCH] chore(deps): bump once_cell from 1.9.0 to 1.10.0 (#987) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.9.0 to 1.10.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.9.0...v1.10.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-addressbook/Cargo.toml | 2 +- ethers-contract/Cargo.toml | 2 +- ethers-core/Cargo.toml | 4 ++-- ethers-middleware/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88e5edae..bb57082d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,9 +2286,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "once_cell" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" +checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "oorandom" diff --git a/ethers-addressbook/Cargo.toml b/ethers-addressbook/Cargo.toml index ead556e1..73a8d47a 100644 --- a/ethers-addressbook/Cargo.toml +++ b/ethers-addressbook/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -once_cell = "1.9.0" +once_cell = "1.10.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 17b1eef0..4bac27aa 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -19,7 +19,7 @@ ethers-derive-eip712 = { version = "^0.2.0", path = "../ethers-core/ethers-deriv serde = { version = "1.0.124", default-features = false } serde_json = { version = "1.0.64", default-features = false } thiserror = { version = "1.0.30", default-features = false } -once_cell = { version = "1.8.0" } +once_cell = { version = "1.10.0" } pin-project = {version = "1.0.7", default-features = false } futures-util = { version = "^0.3" } hex = { version = "0.4.3", default-features = false, features = ["std"] } diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 406a9baa..420129f3 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -29,7 +29,7 @@ serde_json = { version = "1.0.64", default-features = false } thiserror = { version = "1.0.30", default-features = false } bytes = { version = "1.1.0", features = ["serde"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } -once_cell = "1.8.0" +once_cell = "1.10.0" # macros feature enabled dependencies cargo_metadata = { version = "0.14.2", optional = true } @@ -48,7 +48,7 @@ futures-util = { version = "^0.3", optional = true } [dev-dependencies] serde_json = { version = "1.0.64", default-features = false } bincode = { version = "1.3.3", default-features = false } -once_cell = { version = "1.8.0" } +once_cell = { version = "1.10.0" } hex-literal = "0.3.4" futures-util = { version = "^0.3" } rand = "0.8.5" diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 946710ab..f9b3f4b5 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.5" } hex = { version = "0.4.3", default-features = false, features = ["std"] } rand = { version = "0.8.5", default-features = false } ethers-providers = { version = "^0.6.0", path = "../ethers-providers", default-features = false, features = ["ws", "rustls"] } -once_cell = "1.8.0" +once_cell = "1.10.0" ethers-solc = { version = "^0.3.0", path = "../ethers-solc", default-features = false } serial_test = "0.6.0" diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index a45505a9..dad53775 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -21,7 +21,7 @@ semver = { version = "1.0.6", features = ["serde"] } walkdir = "2.3.2" tokio = { version = "1.15.0", default-features = false, features = ["process", "io-util", "fs", "time"], optional = true } futures-util = { version = "^0.3", optional = true } -once_cell = "1.8.0" +once_cell = "1.10.0" regex = "1.5.4" md-5 = "0.10.1" thiserror = "1.0.30"