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
parent
e5bbc74f7a
commit
4f9515ffba
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue