diff --git a/Cargo.lock b/Cargo.lock index 2b627c197..e6abdb39c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2597,9 +2597,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.1" +version = "1.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" +checksum = "c2806eaa3524762875e21c3dcd057bc4b7bfa01ce4da8d46be1cd43649e1cc6b" [[package]] name = "orc-rust" diff --git a/native-engine/blaze-jni-bridge/Cargo.toml b/native-engine/blaze-jni-bridge/Cargo.toml index 326359968..d740a8ac0 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.27" -once_cell = "1.21.1" +once_cell = "1.21.2" paste = "1.0.15" diff --git a/native-engine/blaze/Cargo.toml b/native-engine/blaze/Cargo.toml index 356c82fac..933f92ce0 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.27" -once_cell = "1.21.1" +once_cell = "1.21.2" panic-message = "0.3.0" paste = "1.0.15" prost = "0.13.5" diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index d7293023a..39efa40c4 100644 --- a/native-engine/datafusion-ext-commons/Cargo.toml +++ b/native-engine/datafusion-ext-commons/Cargo.toml @@ -23,7 +23,7 @@ itertools = "0.14.0" jni = "0.20.0" log = "0.4.27" num = "0.4.2" -once_cell = "1.21.1" +once_cell = "1.21.2" 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 2b9233c0c..4a3c1661b 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.27" num = "0.4.2" -once_cell = "1.21.1" +once_cell = "1.21.2" 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 c2950228e..0476e7370 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -35,7 +35,7 @@ log = "0.4.27" lz4_flex = "0.11.2" num = "0.4.2" object_store = "0.11.1" -once_cell = "1.21.1" +once_cell = "1.21.2" panic-message = "0.3.0" parking_lot = "0.12.3" paste = "1.0.15"