build(deps): bump once_cell from 1.9.0 to 1.10.0 (#3747)

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-08 18:34:17 +00:00 committed by GitHub
parent ce0727e306
commit 44c7b5d2a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -2608,9 +2608,9 @@ dependencies = [
[[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

@ -22,7 +22,7 @@ chrono = "0.4.19"
dirs = "4.0.0"
displaydoc = "0.2.3"
lazy_static = "1.4.0"
once_cell = "1.9.0"
once_cell = "1.10.0"
serde = { version = "1.0.136", features = ["serde_derive"] }
futures = "0.3.21"

View File

@ -35,7 +35,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
[dev-dependencies]
color-eyre = "0.6.0"
once_cell = "1.9.0"
once_cell = "1.10.0"
insta = { version = "1.12.0", features = ["ron"] }
itertools = "0.10.3"
proptest = "0.10.1"

View File

@ -12,7 +12,7 @@ hex = "0.4.3"
lazy_static = "1.4.0"
insta = "1.12.0"
proptest = "0.10.1"
once_cell = "1.9.0"
once_cell = "1.10.0"
rand = { version = "0.8.5", package = "rand" }
regex = "1.5.4"

View File

@ -58,7 +58,7 @@ vergen = { version = "6.0.2", default-features = false, features = ["cargo", "gi
[dev-dependencies]
abscissa_core = { version = "0.5", features = ["testing"] }
once_cell = "1.9.0"
once_cell = "1.10.0"
regex = "1.5.4"
semver = "1.0.6"
serde_json = "1.0"