From 7bf4999566a20589443ca4a1538d503ac90545cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:26:03 +0000 Subject: [PATCH] Bump async-trait from 0.1.86 to 0.1.87 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.86 to 0.1.87. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.86...0.1.87) --- 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 9f2b2bd70..e4229dc0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,9 +330,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.86" +version = "0.1.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" +checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" dependencies = [ "proc-macro2", "quote", diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index f00d02ef9..30eb89ae1 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.86" +async-trait = "0.1.87" bitvec = "1.0.1" blaze-jni-bridge = { workspace = true } bigdecimal = "0.4.7" diff --git a/native-engine/datafusion-ext-exprs/Cargo.toml b/native-engine/datafusion-ext-exprs/Cargo.toml index 4ca9e250e..7bf49478f 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.86" +async-trait = "0.1.87" blaze-jni-bridge = { workspace = true } datafusion = { workspace = true } datafusion-ext-commons = { workspace = true } diff --git a/native-engine/datafusion-ext-functions/Cargo.toml b/native-engine/datafusion-ext-functions/Cargo.toml index c59cca616..c2fdabeb7 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.86" +async-trait = "0.1.87" blaze-jni-bridge = { workspace = true } datafusion = { workspace = true } datafusion-ext-commons = { workspace = true } diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index c593f5a15..fa54e7ff8 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -17,7 +17,7 @@ datafusion-ext-exprs = { workspace = true } datafusion-ext-functions = { workspace = true } orc-rust = { workspace = true } -async-trait = "0.1.86" +async-trait = "0.1.87" base64 = "0.22.1" bitvec = "1.0.1" byteorder = "1.5.0"