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
parent
17e118d8c3
commit
6f032b1d57
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue