chore(deps): Bump async-trait from 0.1.53 to 0.1.56 (#4774)

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

---
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] 2022-06-03 09:10:40 +00:00 committed by GitHub
parent 73a7e6f0a5
commit 9a21292db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View File

@ -218,9 +218,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.53"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
dependencies = [
"proc-macro2",
"quote",

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.53"
async-trait = "0.1.56"
futures = "0.3"
iox_time = { path = "../iox_time" }
metric = { path = "../metric" }

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
arrow = { version = "14.0.0", features = ["prettyprint"] }
async-trait = "0.1.53"
async-trait = "0.1.56"
backoff = { path = "../backoff" }
bytes = "1.0"
data_types = { path = "../data_types" }

View File

@ -8,7 +8,7 @@ edition = "2021"
arrow = { version = "14.0.0", features = ["prettyprint"] }
arrow-flight = "14.0.0"
arrow_util = { path = "../arrow_util" }
async-trait = "0.1.53"
async-trait = "0.1.56"
backoff = { path = "../backoff" }
bytes = "1.0"
datafusion = { path = "../datafusion" }

View File

@ -5,7 +5,7 @@ authors = ["Paul Dix <paul@pauldix.net>"]
edition = "2021"
[dependencies] # In alphabetical order
async-trait = "0.1.53"
async-trait = "0.1.56"
data_types = { path = "../data_types" }
futures = "0.3"
iox_time = { version = "0.1.0", path = "../iox_time" }

View File

@ -5,7 +5,7 @@ authors = ["Paul Dix <paul@pauldix.net>"]
edition = "2021"
[dependencies] # In alphabetical order
async-trait = "0.1.53"
async-trait = "0.1.56"
bytes = "1.1"
futures = "0.3"
iox_time = { version = "0.1.0", path = "../iox_time" }

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
arrow = "14.0.0"
async-trait = "0.1.53"
async-trait = "0.1.56"
backoff = { path = "../backoff" }
cache_system = { path = "../cache_system" }
client_util = { path = "../client_util" }

View File

@ -16,4 +16,4 @@ tokio = { version = "1.18", features = ["macros", "parking_lot", "rt-multi-threa
workspace-hack = { path = "../workspace-hack"}
# Crates.io dependencies, in alphabetical order
async-trait = "0.1.53"
async-trait = "0.1.56"

View File

@ -12,7 +12,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.53", optional = true }
async-trait = { version = "0.1.56", optional = true }
tokio = { version = "1.18.2", optional = true, default_features = false, features = ["time"] }
[features]