build(deps): bump once_cell from 1.14.0 to 1.15.0 (#5216)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.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.14.0...v1.15.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
d8b0481a4c
commit
2465f4bf22
|
@ -2982,9 +2982,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
version = "1.14.0"
|
version = "1.15.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oorandom"
|
name = "oorandom"
|
||||||
|
|
|
@ -22,7 +22,7 @@ chrono = { version = "0.4.22", default-features = false, features = ["clock", "s
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
displaydoc = "0.2.3"
|
displaydoc = "0.2.3"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
once_cell = "1.14.0"
|
once_cell = "1.15.0"
|
||||||
serde = { version = "1.0.144", features = ["serde_derive"] }
|
serde = { version = "1.0.144", features = ["serde_derive"] }
|
||||||
|
|
||||||
futures = "0.3.24"
|
futures = "0.3.24"
|
||||||
|
|
|
@ -43,7 +43,7 @@ color-eyre = "0.6.1"
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# Enable a feature that makes tinyvec compile much faster.
|
||||||
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||||
|
|
||||||
once_cell = "1.14.0"
|
once_cell = "1.15.0"
|
||||||
spandoc = "0.2.2"
|
spandoc = "0.2.2"
|
||||||
|
|
||||||
hex = { version = "0.4.3", features = ["serde"] }
|
hex = { version = "0.4.3", features = ["serde"] }
|
||||||
|
|
|
@ -13,7 +13,7 @@ indexmap = "1.9.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
insta = "1.20.0"
|
insta = "1.20.0"
|
||||||
proptest = "0.10.1"
|
proptest = "0.10.1"
|
||||||
once_cell = "1.14.0"
|
once_cell = "1.15.0"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,7 @@ tonic-build = { version = "0.8.0", optional = true }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
abscissa_core = { version = "0.5", features = ["testing"] }
|
abscissa_core = { version = "0.5", features = ["testing"] }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
once_cell = "1.14.0"
|
once_cell = "1.15.0"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
semver = "1.0.14"
|
semver = "1.0.14"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue