chore: bump once_cell from 1.12.0 to 1.13.0 (#27049)

* chore: bump once_cell from 1.12.0 to 1.13.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.13.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.12.0...v1.13.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>

* [auto-commit] Update all Cargo lock files

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <you@example.com>
This commit is contained in:
dependabot[bot] 2022-08-10 12:19:10 -06:00 committed by GitHub
parent cbd8fa8fdb
commit a00c045d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -2908,9 +2908,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "opaque-debug"

View File

@ -14,7 +14,7 @@ bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
lazy_static = "1.4.0"
log = { version = "0.4.17", features = ["std"] }
once_cell = "1.12.0"
once_cell = "1.13.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_bytes = "0.11"
serde_derive = "1.0"
@ -38,7 +38,7 @@ getrandom = { version = "0.1", features = ["dummy"] }
hashbrown = { version = "0.12", features = ["raw"] }
im = { version = "15.1.0", features = ["rayon", "serde"] }
memmap2 = "0.5.3"
once_cell = { version = "1.8", features = ["alloc", "default", "race", "std"] }
once_cell = { version = "1.13", features = ["alloc", "default", "race", "std"] }
rand_core = { version = "0.6.3", features = ["alloc", "getrandom", "std"] }
subtle = { version = "2.4.1", features = ["default", "i128", "std"] }

View File

@ -2688,9 +2688,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "opaque-debug"

View File

@ -32,7 +32,7 @@ memmap2 = "0.5.3"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
num_cpus = "1.13.1"
once_cell = "1.12.0"
once_cell = "1.13.0"
ouroboros = "0.15.0"
rand = "0.7.0"
rayon = "1.5.3"