chore(deps): Bump async-trait from 0.1.57 to 0.1.58 (#5904)

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

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

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>
pull/24376/head
dependabot[bot] 2022-10-19 09:40:26 +00:00 committed by GitHub
parent c493c3da28
commit b5574c07b7
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

@ -284,9 +284,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.57"
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
dependencies = [
"proc-macro2",
"quote",

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
arrow = { version = "25.0.0", features = ["prettyprint"] }
async-trait = "0.1.57"
async-trait = "0.1.58"
backoff = { path = "../backoff" }
bytes = "1.2"
data_types = { path = "../data_types" }

View File

@ -8,7 +8,7 @@ edition = "2021"
arrow = { version = "25.0.0", features = ["prettyprint"] }
arrow-flight = "25.0.0"
arrow_util = { path = "../arrow_util" }
async-trait = "0.1.57"
async-trait = "0.1.58"
backoff = { path = "../backoff" }
bytes = "1.2"
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.57"
async-trait = "0.1.58"
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.57"
async-trait = "0.1.58"
bytes = "1.2"
futures = "0.3"
iox_time = { version = "0.1.0", path = "../iox_time" }

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
arrow = "25.0.0"
async-trait = "0.1.57"
async-trait = "0.1.58"
backoff = { path = "../backoff" }
bytes = "1.2"
cache_system = { path = "../cache_system" }

View File

@ -18,4 +18,4 @@ tonic = "0.8"
workspace-hack = { path = "../workspace-hack"}
# Crates.io dependencies, in alphabetical order
async-trait = "0.1.57"
async-trait = "0.1.58"

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.57", optional = true }
async-trait = { version = "0.1.58", optional = true }
tokio = { version = "1.21.1", optional = true, default_features = false, features = ["time"] }
[features]