chore(deps): Bump async-trait from 0.1.63 to 0.1.64 (#6769)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.63 to 0.1.64.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.63...0.1.64)

---
updated-dependencies:
- dependency-name: async-trait
  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>
pull/24376/head
dependabot[bot] 2023-01-31 10:18:27 +00:00 committed by GitHub
parent 17e118d8c3
commit 6f032b1d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -435,9 +435,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.63"
version = "0.1.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1"
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
dependencies = [
"proc-macro2",
"quote",

View File

@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
async-trait = "0.1.63"
async-trait = "0.1.64"
backoff = { path = "../backoff" }
futures = "0.3"
iox_time = { path = "../iox_time" }

View File

@ -7,7 +7,7 @@ license.workspace = true
[dependencies]
arrow = { workspace = true, features = ["prettyprint"] }
async-trait = "0.1.63"
async-trait = "0.1.64"
backoff = { path = "../backoff" }
bytes = "1.3"
data_types = { path = "../data_types" }

View File

@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
async-trait = "0.1.63"
async-trait = "0.1.64"
backoff = { path = "../backoff" }
bytes = "1.3"
datafusion = { workspace = true }

View File

@ -9,7 +9,7 @@ license.workspace = true
arrow = { workspace = true, features = ["prettyprint"] }
arrow-flight = { workspace = true }
arrow_util = { path = "../arrow_util" }
async-trait = "0.1.63"
async-trait = "0.1.64"
backoff = { path = "../backoff" }
bytes = "1.3"
chrono = { version = "0.4", default-features = false }

View File

@ -10,7 +10,7 @@ arrow = { workspace = true, features = ["prettyprint"] }
arrow-flight = { workspace = true }
arrow_util = { version = "0.1.0", path = "../arrow_util" }
async-channel = "1.8.0"
async-trait = "0.1.63"
async-trait = "0.1.64"
backoff = { version = "0.1.0", path = "../backoff" }
bytes = "1.3.0"
crossbeam-utils = "0.8.14"

View File

@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies] # In alphabetical order
async-trait = "0.1.63"
async-trait = "0.1.64"
data_types = { path = "../data_types" }
futures = "0.3"
iox_time = { version = "0.1.0", path = "../iox_time" }

View File

@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies] # In alphabetical order
async-trait = "0.1.63"
async-trait = "0.1.64"
bytes = "1.3"
futures = "0.3"
iox_time = { version = "0.1.0", path = "../iox_time" }

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies]
arrow = { workspace = true }
arrow-flight = { workspace = true }
async-trait = "0.1.63"
async-trait = "0.1.64"
backoff = { path = "../backoff" }
bytes = "1.3"
cache_system = { path = "../cache_system" }

View File

@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies] # In alphabetical order
async-trait = "0.1.63"
async-trait = "0.1.64"
arrow-flight = { workspace = true, features = ["flight-sql-experimental"] }
bytes = "1.3"
datafusion = { workspace = true }

View File

@ -13,7 +13,7 @@ tracing-log = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
observability_deps = { path = "../observability_deps" }
workspace-hack = { path = "../workspace-hack"}
async-trait = { version = "0.1.63", optional = true }
async-trait = { version = "0.1.64", optional = true }
tokio = { version = "1.25.0", optional = true, default_features = false, features = ["time"] }
[features]