This is an automated email from the ASF dual-hosted git repository.

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 14cd6c9e2 chore(deps): bump bytes from 1.11.0 to 1.11.1 in /native 
(#3380)
14cd6c9e2 is described below

commit 14cd6c9e2300229937702120d1de72e938e9a82a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 09:56:14 2026 -0800

    chore(deps): bump bytes from 1.11.0 to 1.11.1 in /native (#3380)
    
    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-version: 1.11.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock | 4 ++--
 native/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 4adf9ed06..c5ed6e1a7 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -1192,9 +1192,9 @@ checksum = 
"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 
 [[package]]
 name = "bytes"
-version = "1.11.0"
+version = "1.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
+checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 
 [[package]]
 name = "bytes-utils"
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 216057f9b..676b16252 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -36,7 +36,7 @@ rust-version = "1.88"
 [workspace.dependencies]
 arrow = { version = "57.2.0", features = ["prettyprint", "ffi", "chrono-tz"] }
 async-trait = { version = "0.1" }
-bytes = { version = "1.10.0" }
+bytes = { version = "1.11.1" }
 parquet = { version = "57.2.0", default-features = false, features = 
["experimental"] }
 datafusion = { version = "51.0.0", default-features = false, features = 
["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
 datafusion-datasource = { version = "51.0.0" }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to