diff --git a/Cargo.lock b/Cargo.lock index f5926caf..555e73e5 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 06cc0236..7d071e90 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 bff0f2f5..9ff75f86 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 b07b3bc6..162d6b45 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 0706c366..eeec9027 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"