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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-04 05:29:34 -08:00 committed by GitHub
parent de275db56a
commit 010217c407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -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"] }

View File

@ -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"

View File

@ -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"

View File

@ -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"