chore(deps): Bump once_cell from 1.10.0 to 1.11.0 ()

* chore(deps): Bump once_cell from 1.10.0 to 1.11.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.11.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.10.0...v1.11.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>

* chore: Run cargo hakari tasks

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CircleCI[bot] <circleci@influxdata.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-05-20 07:40:38 +00:00 committed by GitHub
parent addc45327e
commit 6bc0c74c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 10 deletions
influxdb2_client
influxdb_iox
query_tests
test_helpers_end_to_end
workspace-hack

6
Cargo.lock generated
View File

@ -3515,11 +3515,11 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca"
dependencies = [
"parking_lot 0.12.0",
"parking_lot_core 0.9.3",
]
[[package]]

View File

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

View File

@ -48,7 +48,7 @@ humantime = "2.1.0"
itertools = "0.10.1"
libc = { version = "0.2" }
num_cpus = "1.13.0"
once_cell = { version = "1.10.0", features = ["parking_lot"] }
once_cell = { version = "1.11.0", features = ["parking_lot"] }
rustyline = { version = "9.0", default-features = false }
serde_json = "1.0.81"
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.10.0", features = ["parking_lot"] }
once_cell = { version = "1.11.0", features = ["parking_lot"] }
parking_lot = "0.12"
regex = "1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

View File

@ -21,7 +21,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.10.0", features = ["parking_lot"] }
once_cell = { version = "1.11.0", features = ["parking_lot"] }
predicate = { path = "../predicate" }
schema = { path = "../schema" }
querier = { path = "../querier" }

View File

@ -16,7 +16,7 @@ influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "
nix = "0.24"
lazy_static = "1.4.0"
observability_deps = { path = "../observability_deps" }
once_cell = { version = "1.10.0", features = ["parking_lot"] }
once_cell = { version = "1.11.0", features = ["parking_lot"] }
parking_lot = "0.12"
prost = "0.10"
rand = "0.8.3"

View File

@ -43,7 +43,7 @@ num-bigint = { version = "0.4", features = ["std"] }
num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] }
num-traits = { version = "0.2", features = ["i128", "libm", "std"] }
object_store = { version = "0.0.1", default-features = false, features = ["aws", "azure", "azure_core", "azure_storage", "azure_storage_blobs", "cloud-storage", "gcp", "hyper", "hyper-rustls", "reqwest", "rusoto_core", "rusoto_credential", "rusoto_s3"] }
once_cell = { version = "1", features = ["alloc", "parking_lot", "race", "std"] }
once_cell = { version = "1", features = ["alloc", "parking_lot", "parking_lot_core", "race", "std"] }
parquet = { version = "14", features = ["arrow", "base64", "brotli", "experimental", "flate2", "lz4", "snap", "zstd"] }
predicates = { version = "2", features = ["diff", "difflib", "float-cmp", "normalize-line-endings", "regex"] }
proptest = { version = "1", features = ["bit-set", "break-dead-code", "fork", "lazy_static", "quick-error", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout"] }
@ -101,7 +101,7 @@ md-5 = { version = "0.10", features = ["std"] }
memchr = { version = "2", features = ["std"] }
nom = { version = "7", features = ["alloc", "std"] }
num-traits = { version = "0.2", features = ["i128", "libm", "std"] }
once_cell = { version = "1", features = ["alloc", "parking_lot", "race", "std"] }
once_cell = { version = "1", features = ["alloc", "parking_lot", "parking_lot_core", "race", "std"] }
prost = { version = "0.10", features = ["prost-derive", "std"] }
prost-types = { version = "0.10", features = ["std"] }
rand = { version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }