chore(deps): Bump async-trait from 0.1.52 to 0.1.53 (#4141)

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

---
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
dependabot[bot] 2022-03-28 08:55:24 +00:00 committed by GitHub
parent e5bbc74f7a
commit 4f9515ffba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -205,9 +205,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.52"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
dependencies = [
"proc-macro2",
"quote",

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
arrow = { version = "11.0.0", features = ["prettyprint"] }
async-trait = "0.1.42"
async-trait = "0.1.53"
backoff = { path = "../backoff" }
bytes = "1.0"
data_types2 = { path = "../data_types2" }

View File

@ -8,7 +8,7 @@ edition = "2021"
arrow = { version = "11", features = ["prettyprint"] }
arrow-flight = "11"
arrow_util = { path = "../arrow_util" }
async-trait = "0.1.42"
async-trait = "0.1.53"
backoff = { path = "../backoff" }
base64 = "0.13"
bytes = "1.0"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies] # In alphabetical order
assert_matches = "1.5.0"
async-trait = "0.1.42"
async-trait = "0.1.53"
data_types2 = { path = "../data_types2" }
futures = "0.3"
metric = { version = "0.1.0", path = "../metric" }

View File

@ -5,7 +5,7 @@ authors = ["Paul Dix <paul@pauldix.net>"]
edition = "2021"
[dependencies] # In alphabetical order
async-trait = "0.1.42"
async-trait = "0.1.53"
# Microsoft Azure Blob storage integration
# In order to support tokio 1.0 and delimiters, needed to pull in unreleased azure sdk
azure_core = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "15de10cb58cf5cb271334a20e35fa9fbedd10244", optional = true, default-features = false, features = ["enable_reqwest_rustls"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
arrow = "11"
arrow-flight = "11"
async-trait = "0.1.42"
async-trait = "0.1.53"
backoff = { path = "../backoff" }
bytes = "1.0"
client_util = { path = "../client_util" }