diff --git a/Cargo.lock b/Cargo.lock index b9b12cba8..04a1553f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2988,9 +2988,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -3000,9 +3000,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/native-engine/blaze/Cargo.toml b/native-engine/blaze/Cargo.toml index 0df1cb6a3..bb7c83c9e 100644 --- a/native-engine/blaze/Cargo.toml +++ b/native-engine/blaze/Cargo.toml @@ -25,7 +25,7 @@ once_cell = "1.20.2" panic-message = "0.3.0" paste = "1.0.15" prost = "0.13.4" -tokio = "1.42.0" +tokio = "1.43.0" [target.'cfg(not(windows))'.dependencies] jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] } diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index c3de30cce..b5b9c0313 100644 --- a/native-engine/datafusion-ext-commons/Cargo.toml +++ b/native-engine/datafusion-ext-commons/Cargo.toml @@ -26,7 +26,7 @@ paste = "1.0.15" radsort = "0.1.1" tempfile = "3" thrift = "0.17.0" -tokio = "1.42.0" +tokio = "1.43.0" unchecked-index = "0.2.2" [dev-dependencies] diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 3e1e35c8b..b5509bffc 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -41,7 +41,7 @@ parking_lot = "0.12.3" paste = "1.0.15" smallvec = "2.0.0-alpha.9" tempfile = "3" -tokio = "1.42.0" +tokio = "1.43.0" unchecked-index = "0.2.2" uuid = "1.11.0" zstd = "0.13.2"