From 8f477cdc7fe75f4a5d6c30e8c5d13d95cf8f8811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:56:10 +0000 Subject: [PATCH] Bump async-trait from 0.1.81 to 0.1.82 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.82. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.82) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- native-engine/datafusion-ext-commons/Cargo.toml | 2 +- native-engine/datafusion-ext-exprs/Cargo.toml | 2 +- native-engine/datafusion-ext-functions/Cargo.toml | 2 +- native-engine/datafusion-ext-plans/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5926caf5..555e73e57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,9 +319,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index 06cc02368..7d071e907 100644 --- a/native-engine/datafusion-ext-commons/Cargo.toml +++ b/native-engine/datafusion-ext-commons/Cargo.toml @@ -10,7 +10,7 @@ default = ["tokio/rt-multi-thread"] [dependencies] arrow = { workspace = true } arrow-schema = { workspace = true } -async-trait = "0.1.81" +async-trait = "0.1.82" bitvec = "1.0.1" blaze-jni-bridge = { workspace = true } bigdecimal = "0.4.5" diff --git a/native-engine/datafusion-ext-exprs/Cargo.toml b/native-engine/datafusion-ext-exprs/Cargo.toml index bff0f2f55..9ff75f862 100644 --- a/native-engine/datafusion-ext-exprs/Cargo.toml +++ b/native-engine/datafusion-ext-exprs/Cargo.toml @@ -6,7 +6,7 @@ resolver = "1" [dependencies] arrow = { workspace = true } -async-trait = "0.1.81" +async-trait = "0.1.82" blaze-jni-bridge = { workspace = true } bigdecimal = "0.4.5" datafusion = { workspace = true } diff --git a/native-engine/datafusion-ext-functions/Cargo.toml b/native-engine/datafusion-ext-functions/Cargo.toml index b07b3bc6a..162d6b451 100644 --- a/native-engine/datafusion-ext-functions/Cargo.toml +++ b/native-engine/datafusion-ext-functions/Cargo.toml @@ -6,7 +6,7 @@ resolver = "1" [dependencies] arrow = { workspace = true } -async-trait = "0.1.81" +async-trait = "0.1.82" blaze-jni-bridge = { workspace = true } bigdecimal = "0.4.5" datafusion = { workspace = true } diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 0706c366b..eeec90277 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -9,7 +9,7 @@ default = ["tokio/rt-multi-thread"] [dependencies] arrow = { workspace = true } -async-trait = "0.1.81" +async-trait = "0.1.82" base64 = "0.22.1" bitvec = "1.0.1" byteorder = "1.5.0"