build(deps): bump once_cell from 1.17.0 to 1.17.1 (#6161)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.17.1.
- [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.17.0...v1.17.1)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2023-02-16 03:04:22 +00:00 committed by GitHub
parent 3f1d94dd87
commit e78c5c5d58
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

@ -2600,9 +2600,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.0"
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "oorandom"

View File

@ -33,7 +33,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.17.0"
once_cell = "1.17.1"
serde = { version = "1.0.152", features = ["serde_derive"] }
futures = "0.3.26"

View File

@ -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.17.0"
once_cell = "1.17.1"
spandoc = "0.2.2"
hex = { version = "0.4.3", features = ["serde"] }

View File

@ -13,7 +13,7 @@ indexmap = "1.9.2"
lazy_static = "1.4.0"
insta = "1.26.0"
proptest = "0.10.1"
once_cell = "1.17.0"
once_cell = "1.17.1"
rand = { version = "0.8.5", package = "rand" }
regex = "1.7.1"

View File

@ -175,7 +175,7 @@ tonic-build = { version = "0.8.0", optional = true }
abscissa_core = { version = "0.5", features = ["testing"] }
hex = "0.4.3"
jsonrpc-core = "18.0.0"
once_cell = "1.17.0"
once_cell = "1.17.1"
regex = "1.7.1"
semver = "1.0.16"