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:
parent
8935a7107c
commit
a09169d4bb
|
@ -2146,9 +2146,9 @@ checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
|
|||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
||||
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
||||
|
||||
[[package]]
|
||||
name = "oorandom"
|
||||
|
|
|
@ -22,7 +22,7 @@ chrono = "0.4.19"
|
|||
dirs = "4.0.0"
|
||||
displaydoc = "0.2.2"
|
||||
lazy_static = "1.4.0"
|
||||
once_cell = "1.8"
|
||||
once_cell = "1.9"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
|
||||
futures = "0.3.18"
|
||||
|
|
|
@ -40,7 +40,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
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
|
||||
# Note: if updating this, also update the workspace Cargo.toml to match.
|
||||
halo2 = "=0.1.0-beta.1"
|
||||
|
|
|
@ -10,7 +10,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
hex = "0.4.3"
|
||||
lazy_static = "1.4.0"
|
||||
once_cell = "1.8"
|
||||
once_cell = "1.9"
|
||||
proptest = "0.10.1"
|
||||
rand = "0.8"
|
||||
regex = "1.4.6"
|
||||
|
|
|
@ -54,7 +54,7 @@ vergen = { version = "6.0.0", default-features = false, features = ["cargo", "gi
|
|||
|
||||
[dev-dependencies]
|
||||
abscissa_core = { version = "0.5", features = ["testing"] }
|
||||
once_cell = "1.8"
|
||||
once_cell = "1.9"
|
||||
regex = "1.4.6"
|
||||
semver = "1.0.3"
|
||||
tempdir = "0.3.7"
|
||||
|
|
Loading…
Reference in New Issue