chore(deps): Bump once_cell from 1.17.2 to 1.18.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.2 to 1.18.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.2...v1.18.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>
pull/24376/head
dependabot[bot] 2023-06-05 02:03:15 +00:00 committed by GitHub
parent 7fb72434ee
commit d8b06c59c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions
arrow_util
executor
garbage_collector
influxdb2_client
influxdb_iox
ingester
test_helpers_end_to_end

4
Cargo.lock generated
View File

@ -3860,9 +3860,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.2"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
dependencies = [
"parking_lot_core 0.9.7",
]

View File

@ -15,7 +15,7 @@ chrono = { version = "0.4", default-features = false }
comfy-table = { version = "6.2", default-features = false }
hashbrown = { workspace = true }
num-traits = "0.2"
once_cell = { version = "1.17", features = ["parking_lot"] }
once_cell = { version = "1.18", features = ["parking_lot"] }
regex = "1.8.3"
snafu = "0.7"
uuid = "1"

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies]
futures = "0.3"
observability_deps = { path = "../observability_deps" }
once_cell = { version = "1.17", features = ["parking_lot"] }
once_cell = { version = "1.18", features = ["parking_lot"] }
parking_lot = "0.12"
pin-project = "1.1"
tokio = { version = "1.28" }

View File

@ -28,6 +28,6 @@ bytes = "1.4"
data_types = { path = "../data_types" }
filetime = "0.2"
metric = { path = "../metric" }
once_cell = { version = "1.17", features = ["parking_lot"] }
once_cell = { version = "1.18", features = ["parking_lot"] }
parquet_file = { path = "../parquet_file" }
tempfile = "3"

View File

@ -17,7 +17,7 @@ uuid = { version = "1", features = ["v4"] }
[dev-dependencies] # In alphabetical order
mockito = "1.0"
once_cell = { version = "1.17", features = ["parking_lot"] }
once_cell = { version = "1.18", features = ["parking_lot"] }
parking_lot = "0.12"
tokio = { version = "1.28", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
test_helpers = { path = "../test_helpers" }

View File

@ -64,7 +64,7 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
libc = { version = "0.2" }
num_cpus = "1.15.0"
once_cell = { version = "1.17", features = ["parking_lot"] }
once_cell = { version = "1.18", features = ["parking_lot"] }
rustyline = { version = "11.0", default-features = false, features = ["with-file-history"]}
serde_json = "1.0.96"
snafu = "0.7"

View File

@ -29,7 +29,7 @@ metric = { version = "0.1.0", path = "../metric" }
mutable_batch = { version = "0.1.0", path = "../mutable_batch" }
mutable_batch_pb = { version = "0.1.0", path = "../mutable_batch_pb" }
observability_deps = { version = "0.1.0", path = "../observability_deps" }
once_cell = "1.17"
once_cell = "1.18"
parking_lot = "0.12.1"
parquet_file = { version = "0.1.0", path = "../parquet_file" }
pin-project = "1.1.0"

View File

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

View File

@ -24,7 +24,7 @@ mutable_batch_lp = { path = "../mutable_batch_lp" }
mutable_batch_pb = { path = "../mutable_batch_pb" }
nix = "0.26"
observability_deps = { path = "../observability_deps" }
once_cell = { version = "1.17", features = ["parking_lot"] }
once_cell = { version = "1.18", features = ["parking_lot"] }
parking_lot = "0.12"
prost = "0.11"
rand = "0.8.3"