chore(deps): Bump once_cell from 1.15.0 to 1.16.0 (#6009)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.15.0 to 1.16.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.15.0...v1.16.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> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
ace3c11f12
commit
b1572c50a6
|
@ -3278,9 +3278,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.15.0"
|
||||
version = "1.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
|
||||
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
||||
dependencies = [
|
||||
"parking_lot_core 0.9.4",
|
||||
]
|
||||
|
|
|
@ -26,6 +26,6 @@ clap_blocks = { path = "../clap_blocks" }
|
|||
data_types = { path = "../data_types" }
|
||||
filetime = "0.2"
|
||||
metric = { path = "../metric" }
|
||||
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
||||
once_cell = { version = "1.16.0", features = ["parking_lot"] }
|
||||
parquet_file = { path = "../parquet_file" }
|
||||
tempfile = "3"
|
||||
|
|
|
@ -17,7 +17,7 @@ uuid = { version = "1", features = ["v4"] }
|
|||
|
||||
[dev-dependencies] # In alphabetical order
|
||||
mockito = "0.31"
|
||||
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
||||
once_cell = { version = "1.16.0", features = ["parking_lot"] }
|
||||
parking_lot = "0.12"
|
||||
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
test_helpers = { path = "../test_helpers" }
|
||||
|
|
|
@ -57,7 +57,7 @@ humantime = "2.1.0"
|
|||
itertools = "0.10.5"
|
||||
libc = { version = "0.2" }
|
||||
num_cpus = "1.13.0"
|
||||
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
||||
once_cell = { version = "1.16.0", features = ["parking_lot"] }
|
||||
rustyline = { version = "10.0", default-features = false }
|
||||
serde_json = "1.0.87"
|
||||
snafu = "0.7"
|
||||
|
|
|
@ -18,7 +18,7 @@ metric = { path = "../metric" }
|
|||
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
||||
object_store = "0.5.1"
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
||||
once_cell = { version = "1.16.0", features = ["parking_lot"] }
|
||||
parquet_file = { path = "../parquet_file" }
|
||||
predicate = { path = "../predicate" }
|
||||
iox_query = { path = "../iox_query" }
|
||||
|
|
|
@ -12,7 +12,7 @@ tracing-subscriber = "0.3"
|
|||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
||||
[dev-dependencies] # In alphabetical order
|
||||
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
||||
once_cell = { version = "1.16.0", features = ["parking_lot"] }
|
||||
parking_lot = "0.12"
|
||||
regex = "1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
|
|
@ -25,7 +25,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.15.0", features = ["parking_lot"] }
|
||||
once_cell = { version = "1.16.0", features = ["parking_lot"] }
|
||||
parquet_file = { version = "0.1.0", path = "../parquet_file" }
|
||||
predicate = { path = "../predicate" }
|
||||
querier = { path = "../querier" }
|
||||
|
|
|
@ -18,7 +18,7 @@ hyper = "0.14"
|
|||
influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "format"] }
|
||||
nix = "0.25"
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
once_cell = { version = "1.15.0", features = ["parking_lot"] }
|
||||
once_cell = { version = "1.16.0", features = ["parking_lot"] }
|
||||
parking_lot = "0.12"
|
||||
prost = "0.11"
|
||||
rand = "0.8.3"
|
||||
|
|
Loading…
Reference in New Issue