diff --git a/Cargo.lock b/Cargo.lock index bdb948e4c..fd0550b5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,9 +512,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "bytesize" diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index 9942e8ad2..0168961a3 100644 --- a/native-engine/datafusion-ext-commons/Cargo.toml +++ b/native-engine/datafusion-ext-commons/Cargo.toml @@ -14,7 +14,7 @@ async-trait = "0.1.83" bitvec = "1.0.1" blaze-jni-bridge = { workspace = true } byteorder = "1.5.0" -bytes = "1.8.0" +bytes = "1.9.0" datafusion = { workspace = true } futures = "0.3" itertools = "0.13.0" diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 57db9d92f..de3102a3c 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -21,7 +21,7 @@ async-trait = "0.1.83" base64 = "0.22.1" bitvec = "1.0.1" byteorder = "1.5.0" -bytes = "1.8.0" +bytes = "1.9.0" bytesize = "1.1.0" count-write = "0.1.0" derivative = "2.2.0"