chore(deps): Bump once_cell from 1.12.0 to 1.13.0 (#5033)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-07-05 08:54:51 +00:00 committed by GitHub
parent 1f5863ebcb
commit 68eff79594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -3248,9 +3248,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"
dependencies = [
"parking_lot_core 0.9.3",
]

View File

@ -16,7 +16,7 @@ uuid = { version = "1", features = ["v4"] }
[dev-dependencies] # In alphabetical order
mockito = "0.31"
once_cell = { version = "1.12.0", features = ["parking_lot"] }
once_cell = { version = "1.13.0", features = ["parking_lot"] }
parking_lot = "0.12"
tokio = { version = "1.19", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
test_helpers = { path = "../test_helpers" }

View File

@ -49,7 +49,7 @@ humantime = "2.1.0"
itertools = "0.10.1"
libc = { version = "0.2" }
num_cpus = "1.13.0"
once_cell = { version = "1.12.0", features = ["parking_lot"] }
once_cell = { version = "1.13.0", features = ["parking_lot"] }
rustyline = { version = "9.0", default-features = false }
serde_json = "1.0.82"
snafu = "0.7"

View File

@ -11,7 +11,7 @@ tracing-subscriber = "0.3"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies] # In alphabetical order
once_cell = { version = "1.12.0", features = ["parking_lot"] }
once_cell = { version = "1.13.0", features = ["parking_lot"] }
parking_lot = "0.12"
regex = "1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

View File

@ -23,7 +23,7 @@ iox_tests = { path = "../iox_tests" }
itertools = "0.10"
mutable_batch = { path = "../mutable_batch" }
mutable_batch_lp = { path = "../mutable_batch_lp" }
once_cell = { version = "1.12.0", features = ["parking_lot"] }
once_cell = { version = "1.13.0", features = ["parking_lot"] }
predicate = { path = "../predicate" }
schema = { path = "../schema" }
sharder = { path = "../sharder" }

View File

@ -15,7 +15,7 @@ hyper = "0.14"
influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "format", "write_lp"] }
nix = "0.24"
observability_deps = { path = "../observability_deps" }
once_cell = { version = "1.12.0", features = ["parking_lot"] }
once_cell = { version = "1.13.0", features = ["parking_lot"] }
parking_lot = "0.12"
prost = "0.10"
rand = "0.8.3"