From d124cd3110a6988b9d36338533d3f8a068e58c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:49:44 +0000 Subject: [PATCH] chore(deps): bump async-trait from 0.1.85 to 0.1.86 in /datafusion-cli Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.85 to 0.1.86. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.85...0.1.86) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- datafusion-cli/Cargo.lock | 4 ++-- datafusion-cli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c17f4f7affaa..99c30e3369ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ arrow-ipc = { version = "54.0.0", default-features = false, features = [ ] } arrow-ord = { version = "54.0.0", default-features = false } arrow-schema = { version = "54.0.0", default-features = false } -async-trait = "0.1.73" +async-trait = "0.1.86" bigdecimal = "0.4.7" bytes = "1.4" chrono = { version = "0.4.38", default-features = false } diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index 6982ad86e57e..d9b1f1246c43 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -417,9 +417,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index 6b6b52fce743..f5a36ce10efd 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -30,7 +30,7 @@ readme = "README.md" [dependencies] arrow = { version = "54.0.0" } -async-trait = "0.1.0" +async-trait = "0.1.86" aws-config = "1.5.0" aws-credential-types = "1.2.0" aws-sdk-sso = "1.57.0"