Bump once_cell from 1.8.0 to 1.9.0 (#3208)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.9.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.8.0...v1.9.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-12-14 22:43:07 +00:00 committed by GitHub
parent 8935a7107c
commit a09169d4bb
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

@ -2146,9 +2146,9 @@ checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.8.0" version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]] [[package]]
name = "oorandom" name = "oorandom"

View File

@ -22,7 +22,7 @@ chrono = "0.4.19"
dirs = "4.0.0" dirs = "4.0.0"
displaydoc = "0.2.2" displaydoc = "0.2.2"
lazy_static = "1.4.0" lazy_static = "1.4.0"
once_cell = "1.8" once_cell = "1.9"
serde = { version = "1", features = ["serde_derive"] } serde = { version = "1", features = ["serde_derive"] }
futures = "0.3.18" futures = "0.3.18"

View File

@ -40,7 +40,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
[dev-dependencies] [dev-dependencies]
color-eyre = "0.5.11" color-eyre = "0.5.11"
once_cell = "1.8" once_cell = "1.9"
# TODO: replace w/ crate version when released: https://github.com/ZcashFoundation/zebra/issues/2083 # TODO: replace w/ crate version when released: https://github.com/ZcashFoundation/zebra/issues/2083
# Note: if updating this, also update the workspace Cargo.toml to match. # Note: if updating this, also update the workspace Cargo.toml to match.
halo2 = "=0.1.0-beta.1" halo2 = "=0.1.0-beta.1"

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies] [dependencies]
hex = "0.4.3" hex = "0.4.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
once_cell = "1.8" once_cell = "1.9"
proptest = "0.10.1" proptest = "0.10.1"
rand = "0.8" rand = "0.8"
regex = "1.4.6" regex = "1.4.6"

View File

@ -54,7 +54,7 @@ vergen = { version = "6.0.0", default-features = false, features = ["cargo", "gi
[dev-dependencies] [dev-dependencies]
abscissa_core = { version = "0.5", features = ["testing"] } abscissa_core = { version = "0.5", features = ["testing"] }
once_cell = "1.8" once_cell = "1.9"
regex = "1.4.6" regex = "1.4.6"
semver = "1.0.3" semver = "1.0.3"
tempdir = "0.3.7" tempdir = "0.3.7"