chore(deps): Bump futures from 0.3.26 to 0.3.27 (#7193)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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
dependabot[bot] 2023-03-13 10:53:59 +00:00 committed by GitHub
parent 16e36a672d
commit 3a9ca8879b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -1900,9 +1900,9 @@ dependencies = [
[[package]]
name = "futures"
version = "0.3.26"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
dependencies = [
"futures-channel",
"futures-core",
@ -1931,9 +1931,9 @@ checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
[[package]]
name = "futures-executor"
version = "0.3.26"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
dependencies = [
"futures-core",
"futures-task",

View File

@ -19,7 +19,7 @@ datafusion.workspace = true
datafusion_util = { path = "../datafusion_util" }
dml = { version = "0.1.0", path = "../dml" }
flatbuffers = "23.1.21"
futures = "0.3.26"
futures = "0.3.27"
generated_types = { version = "0.1.0", path = "../generated_types" }
hashbrown.workspace = true
influxdb_iox_client = { path = "../influxdb_iox_client" }

View File

@ -25,4 +25,4 @@ schema = { path = "../schema" }
sharder = { path = "../sharder" }
uuid = { version = "1", features = ["v4"] }
workspace-hack = { version = "0.1", path = "../workspace-hack" }
futures = "0.3.26"
futures = "0.3.27"

View File

@ -9,7 +9,7 @@ license.workspace = true
arrow-flight = { workspace = true }
async-trait = "0.1"
clap_blocks = { path = "../clap_blocks" }
futures = "0.3.26"
futures = "0.3.27"
generated_types = { path = "../generated_types" }
hyper = "0.14"
ingester2 = { path = "../ingester2" }

View File

@ -12,7 +12,7 @@ client_util = { path = "../client_util" }
data_types = { path = "../data_types" }
dml = { path = "../dml" }
flate2 = "1.0"
futures = "0.3.26"
futures = "0.3.27"
generated_types = { path = "../generated_types" }
hashbrown = { workspace = true }
hyper = "0.14"