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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-16 19:17:00 +03:00 committed by GitHub
parent 5715bcd312
commit ce20e312e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

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

View File

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

View File

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