From c3e88a33e8ed2a429cb48973cfedbfef387147cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 20:26:09 +0100 Subject: [PATCH] Bump async-trait from 0.1.62 to 0.1.63 (#1392) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.62 to 0.1.63. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.62...0.1.63) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lib/collection/Cargo.toml | 2 +- lib/storage/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ce134eb01..79fc601a03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.62" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689894c2db1ea643a50834b999abf1c110887402542955ff5451dab8f861f9ed" +checksum = "eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1" dependencies = [ "proc-macro2", "quote", diff --git a/lib/collection/Cargo.toml b/lib/collection/Cargo.toml index 3f47ecc038..200c307f90 100644 --- a/lib/collection/Cargo.toml +++ b/lib/collection/Cargo.toml @@ -31,7 +31,7 @@ atomicwrites = "0.3.1" log = "0.4" env_logger = "0.10.0" merge = "0.1.0" -async-trait = "0.1.62" +async-trait = "0.1.63" arc-swap = "1.6.0" tonic = { version = "0.8.3", features = ["gzip"] } tower = "0.4.13" diff --git a/lib/storage/Cargo.toml b/lib/storage/Cargo.toml index 8d8849fc45..0edf464a13 100644 --- a/lib/storage/Cargo.toml +++ b/lib/storage/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "~1.0", features = ["derive"] } serde_json = "~1.0" schemars = { version = "0.8.11", features = ["uuid1", "preserve_order"] } itertools = "0.10" -async-trait = "0.1.62" +async-trait = "0.1.63" log = "0.4" tonic = { version = "0.8.3", features = ["gzip"] } http = "0.2"