build(deps): bump once_cell from 1.16.0 to 1.17.0 (#5903)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.16.0 to 1.17.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.16.0...v1.17.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> 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
81f3f7e2c6
commit
53e836efdc
|
@ -2564,9 +2564,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.16.0"
|
||||
version = "1.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
||||
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
||||
|
||||
[[package]]
|
||||
name = "oorandom"
|
||||
|
|
|
@ -23,7 +23,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["clock", "s
|
|||
dirs = "4.0.0"
|
||||
displaydoc = "0.2.3"
|
||||
lazy_static = "1.4.0"
|
||||
once_cell = "1.16.0"
|
||||
once_cell = "1.17.0"
|
||||
serde = { version = "1.0.152", features = ["serde_derive"] }
|
||||
|
||||
futures = "0.3.25"
|
||||
|
|
|
@ -58,7 +58,7 @@ color-eyre = "0.6.2"
|
|||
# Enable a feature that makes tinyvec compile much faster.
|
||||
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||
|
||||
once_cell = "1.16.0"
|
||||
once_cell = "1.17.0"
|
||||
spandoc = "0.2.2"
|
||||
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
|
|
|
@ -13,7 +13,7 @@ indexmap = "1.9.2"
|
|||
lazy_static = "1.4.0"
|
||||
insta = "1.23.0"
|
||||
proptest = "0.10.1"
|
||||
once_cell = "1.16.0"
|
||||
once_cell = "1.17.0"
|
||||
rand = { version = "0.8.5", package = "rand" }
|
||||
regex = "1.7.0"
|
||||
|
||||
|
|
|
@ -167,7 +167,7 @@ tonic-build = { version = "0.8.0", optional = true }
|
|||
[dev-dependencies]
|
||||
abscissa_core = { version = "0.5", features = ["testing"] }
|
||||
hex = "0.4.3"
|
||||
once_cell = "1.16.0"
|
||||
once_cell = "1.17.0"
|
||||
regex = "1.7.0"
|
||||
semver = "1.0.16"
|
||||
|
||||
|
|
Loading…
Reference in New Issue