diff --git a/Cargo.lock b/Cargo.lock index 110a8391f..e7426bb3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2446,9 +2446,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "orc-rust" diff --git a/native-engine/blaze-jni-bridge/Cargo.toml b/native-engine/blaze-jni-bridge/Cargo.toml index a36cccb8f..c11606a93 100644 --- a/native-engine/blaze-jni-bridge/Cargo.toml +++ b/native-engine/blaze-jni-bridge/Cargo.toml @@ -8,5 +8,5 @@ resolver = "1" datafusion = { workspace = true } jni = "0.20.0" log = "0.4.25" -once_cell = "1.20.2" +once_cell = "1.20.3" paste = "1.0.15" diff --git a/native-engine/blaze/Cargo.toml b/native-engine/blaze/Cargo.toml index f0496390d..7da8f4774 100644 --- a/native-engine/blaze/Cargo.toml +++ b/native-engine/blaze/Cargo.toml @@ -27,7 +27,7 @@ datafusion-ext-plans = { workspace = true } futures = "0.3" jni = "0.20.0" log = "0.4.25" -once_cell = "1.20.2" +once_cell = "1.20.3" panic-message = "0.3.0" paste = "1.0.15" prost = "0.13.4" diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index c524697aa..3fbe3c2b6 100644 --- a/native-engine/datafusion-ext-commons/Cargo.toml +++ b/native-engine/datafusion-ext-commons/Cargo.toml @@ -21,7 +21,7 @@ itertools = "0.14.0" jni = "0.20.0" log = "0.4.25" num = "0.4.2" -once_cell = "1.20.2" +once_cell = "1.20.3" paste = "1.0.15" radsort = "0.1.1" tempfile = "3" diff --git a/native-engine/datafusion-ext-exprs/Cargo.toml b/native-engine/datafusion-ext-exprs/Cargo.toml index ad8493856..9abc98f98 100644 --- a/native-engine/datafusion-ext-exprs/Cargo.toml +++ b/native-engine/datafusion-ext-exprs/Cargo.toml @@ -14,6 +14,6 @@ itertools = "0.14.0" jni = "0.20.0" log = "0.4.25" num = "0.4.2" -once_cell = "1.20.2" +once_cell = "1.20.3" parking_lot = "0.12.3" paste = "1.0.15" diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index a60479fa1..b414d0605 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -35,7 +35,7 @@ log = "0.4.25" lz4_flex = "0.11.2" num = "0.4.2" object_store = "0.11.1" -once_cell = "1.20.2" +once_cell = "1.20.3" panic-message = "0.3.0" parking_lot = "0.12.3" paste = "1.0.15"