diff --git a/Cargo.lock b/Cargo.lock index 034ad93f..79c04323 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,9 +368,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bigdecimal" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" +checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" dependencies = [ "autocfg", "libm", diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index 93f91f3c..d32fbb0b 100644 --- a/native-engine/datafusion-ext-commons/Cargo.toml +++ b/native-engine/datafusion-ext-commons/Cargo.toml @@ -13,7 +13,7 @@ arrow-schema = { workspace = true } async-trait = "0.1.83" bitvec = "1.0.1" blaze-jni-bridge = { workspace = true } -bigdecimal = "0.4.5" +bigdecimal = "0.4.6" byteorder = "1.5.0" bytes = "1.8.0" datafusion = { workspace = true } diff --git a/native-engine/datafusion-ext-exprs/Cargo.toml b/native-engine/datafusion-ext-exprs/Cargo.toml index 7ea11396..470daf6d 100644 --- a/native-engine/datafusion-ext-exprs/Cargo.toml +++ b/native-engine/datafusion-ext-exprs/Cargo.toml @@ -8,7 +8,7 @@ resolver = "1" arrow = { workspace = true } async-trait = "0.1.83" blaze-jni-bridge = { workspace = true } -bigdecimal = "0.4.5" +bigdecimal = "0.4.6" datafusion = { workspace = true } datafusion-ext-commons = { workspace = true } itertools = "0.13.0" diff --git a/native-engine/datafusion-ext-functions/Cargo.toml b/native-engine/datafusion-ext-functions/Cargo.toml index b4156837..92cccaba 100644 --- a/native-engine/datafusion-ext-functions/Cargo.toml +++ b/native-engine/datafusion-ext-functions/Cargo.toml @@ -8,7 +8,7 @@ resolver = "1" arrow = { workspace = true } async-trait = "0.1.83" blaze-jni-bridge = { workspace = true } -bigdecimal = "0.4.5" +bigdecimal = "0.4.6" datafusion = { workspace = true } datafusion-ext-commons = { workspace = true } itertools = "0.13.0"