From b5c9628f0f10ec168c420ee37dfeee202ce08d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 09:05:13 +0000 Subject: [PATCH] chore(deps): Bump async-trait from 0.1.69 to 0.1.70 (#8148) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.69 to 0.1.70. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.69...0.1.70) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- cache_system/Cargo.toml | 2 +- compactor/Cargo.toml | 2 +- compactor_scheduler/Cargo.toml | 2 +- compactor_test_utils/Cargo.toml | 2 +- ingester/Cargo.toml | 2 +- iox_catalog/Cargo.toml | 2 +- object_store_metrics/Cargo.toml | 2 +- querier/Cargo.toml | 2 +- service_common/Cargo.toml | 2 +- test_helpers/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fcc7a465c..79090df306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,9 +485,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.69" +version = "0.1.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" +checksum = "79fa67157abdfd688a259b6648808757db9347af834624f27ec646da976aee5d" dependencies = [ "proc-macro2", "quote", diff --git a/cache_system/Cargo.toml b/cache_system/Cargo.toml index dc01c72bb0..de55ede341 100644 --- a/cache_system/Cargo.toml +++ b/cache_system/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] -async-trait = "0.1.68" +async-trait = "0.1.70" backoff = { path = "../backoff" } futures = "0.3" iox_time = { path = "../iox_time" } diff --git a/compactor/Cargo.toml b/compactor/Cargo.toml index 7562e34481..bd0652ee68 100644 --- a/compactor/Cargo.toml +++ b/compactor/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] -async-trait = "0.1.68" +async-trait = "0.1.70" backoff = { path = "../backoff" } bytes = "1.4" compactor_scheduler = { path = "../compactor_scheduler" } diff --git a/compactor_scheduler/Cargo.toml b/compactor_scheduler/Cargo.toml index b99c1803d4..8c7891b7bc 100644 --- a/compactor_scheduler/Cargo.toml +++ b/compactor_scheduler/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] -async-trait = "0.1.68" +async-trait = "0.1.70" backoff = { path = "../backoff" } data_types = { path = "../data_types" } iox_catalog = { path = "../iox_catalog" } diff --git a/compactor_test_utils/Cargo.toml b/compactor_test_utils/Cargo.toml index d684827fdd..8fefc05087 100644 --- a/compactor_test_utils/Cargo.toml +++ b/compactor_test_utils/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true license.workspace = true [dependencies] -async-trait = "0.1.68" +async-trait = "0.1.70" backoff = { path = "../backoff" } compactor = { path = "../compactor" } compactor_scheduler = { path = "../compactor_scheduler" } diff --git a/ingester/Cargo.toml b/ingester/Cargo.toml index b73ff75d2d..0ccde38427 100644 --- a/ingester/Cargo.toml +++ b/ingester/Cargo.toml @@ -10,7 +10,7 @@ arrow = { workspace = true, features = ["prettyprint"] } arrow_util = { version = "0.1.0", path = "../arrow_util" } arrow-flight = { workspace = true } async-channel = "1.8.0" -async-trait = "0.1.68" +async-trait = "0.1.70" backoff = { version = "0.1.0", path = "../backoff" } bytes = "1.4.0" crossbeam-utils = "0.8.16" diff --git a/iox_catalog/Cargo.toml b/iox_catalog/Cargo.toml index f665a2ca03..3dd1283421 100644 --- a/iox_catalog/Cargo.toml +++ b/iox_catalog/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] # In alphabetical order -async-trait = "0.1.68" +async-trait = "0.1.70" data_types = { path = "../data_types" } futures = "0.3" iox_time = { version = "0.1.0", path = "../iox_time" } diff --git a/object_store_metrics/Cargo.toml b/object_store_metrics/Cargo.toml index 71072e5187..9596346f58 100644 --- a/object_store_metrics/Cargo.toml +++ b/object_store_metrics/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] # In alphabetical order -async-trait = "0.1.68" +async-trait = "0.1.70" bytes = "1.4" futures = "0.3" iox_time = { version = "0.1.0", path = "../iox_time" } diff --git a/querier/Cargo.toml b/querier/Cargo.toml index 20ae5b31e7..433585cf10 100644 --- a/querier/Cargo.toml +++ b/querier/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true [dependencies] arrow = { workspace = true } arrow-flight = { workspace = true } -async-trait = "0.1.68" +async-trait = "0.1.70" backoff = { path = "../backoff" } bytes = "1.4" cache_system = { path = "../cache_system" } diff --git a/service_common/Cargo.toml b/service_common/Cargo.toml index c77d565a82..1c073be488 100644 --- a/service_common/Cargo.toml +++ b/service_common/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] # In alphabetical order -async-trait = "0.1.68" +async-trait = "0.1.70" bytes = "1.4" datafusion = { workspace = true } iox_query = { path = "../iox_query" } diff --git a/test_helpers/Cargo.toml b/test_helpers/Cargo.toml index 24726e3ee6..fba587062c 100644 --- a/test_helpers/Cargo.toml +++ b/test_helpers/Cargo.toml @@ -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.68", optional = true } +async-trait = { version = "0.1.70", optional = true } tokio = { version = "1.29.1", optional = true, default_features = false, features = ["time"] } [features]