chore(deps): Bump async-trait from 0.1.66 to 0.1.68 (#7374)
* chore(deps): Bump async-trait from 0.1.66 to 0.1.68 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.68. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.68) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Run cargo hakari tasks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CircleCI[bot] <circleci@influxdata.com>pull/24376/head
parent
9cbcdc7672
commit
4eedb7ea77
|
@ -448,13 +448,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.66"
|
||||
version = "0.1.68"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
|
||||
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
"syn 2.0.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6920,6 +6920,7 @@ dependencies = [
|
|||
"sqlx-core",
|
||||
"sqlx-macros",
|
||||
"syn 1.0.109",
|
||||
"syn 2.0.11",
|
||||
"thrift",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
|
|
|
@ -6,7 +6,7 @@ edition.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.66"
|
||||
async-trait = "0.1.68"
|
||||
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.66"
|
||||
async-trait = "0.1.68"
|
||||
backoff = { path = "../backoff" }
|
||||
bytes = "1.4"
|
||||
data_types = { path = "../data_types" }
|
||||
|
|
|
@ -6,7 +6,7 @@ edition.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.66"
|
||||
async-trait = "0.1.68"
|
||||
backoff = { path = "../backoff" }
|
||||
bytes = "1.4"
|
||||
datafusion = { workspace = true }
|
||||
|
|
|
@ -7,7 +7,7 @@ edition.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.66"
|
||||
async-trait = "0.1.68"
|
||||
backoff = { path = "../backoff" }
|
||||
compactor2 = { path = "../compactor2" }
|
||||
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.66"
|
||||
async-trait = "0.1.68"
|
||||
backoff = { path = "../backoff" }
|
||||
bytes = "1.4"
|
||||
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.66"
|
||||
async-trait = "0.1.68"
|
||||
backoff = { version = "0.1.0", path = "../backoff" }
|
||||
bytes = "1.4.0"
|
||||
crossbeam-utils = "0.8.15"
|
||||
|
|
|
@ -6,7 +6,7 @@ edition.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies] # In alphabetical order
|
||||
async-trait = "0.1.66"
|
||||
async-trait = "0.1.68"
|
||||
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.66"
|
||||
async-trait = "0.1.68"
|
||||
bytes = "1.4"
|
||||
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.66"
|
||||
async-trait = "0.1.68"
|
||||
backoff = { path = "../backoff" }
|
||||
bytes = "1.4"
|
||||
cache_system = { path = "../cache_system" }
|
||||
|
|
|
@ -6,7 +6,7 @@ edition.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies] # In alphabetical order
|
||||
async-trait = "0.1.66"
|
||||
async-trait = "0.1.68"
|
||||
bytes = "1.4"
|
||||
datafusion = { workspace = true }
|
||||
iox_query = { path = "../iox_query" }
|
||||
|
|
|
@ -13,7 +13,7 @@ tracing-log = "0.1"
|
|||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
async-trait = { version = "0.1.66", optional = true }
|
||||
async-trait = { version = "0.1.68", optional = true }
|
||||
tokio = { version = "1.27.0", optional = true, default_features = false, features = ["time"] }
|
||||
|
||||
[features]
|
||||
|
|
|
@ -147,7 +147,8 @@ sha2 = { version = "0.10" }
|
|||
smallvec = { version = "1", default-features = false, features = ["union"] }
|
||||
sqlx-core = { version = "0.6", default-features = false, features = ["any", "migrate", "postgres", "runtime-tokio-rustls", "sqlite", "uuid"] }
|
||||
sqlx-macros = { version = "0.6", default-features = false, features = ["json", "migrate", "postgres", "runtime-tokio-rustls", "sqlite", "uuid"] }
|
||||
syn = { version = "1", features = ["extra-traits", "full", "visit", "visit-mut"] }
|
||||
syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "full", "visit", "visit-mut"] }
|
||||
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["full", "visit-mut"] }
|
||||
tokio = { version = "1", features = ["full", "test-util", "tracing"] }
|
||||
tokio-stream = { version = "0.1", features = ["fs", "net"] }
|
||||
url = { version = "2" }
|
||||
|
|
Loading…
Reference in New Issue