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

guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 31e8ae654 chore(deps): bump bytes from 1.11.0 to 1.11.1 in /qdp (#1013)
31e8ae654 is described below

commit 31e8ae65423c5f95154bf01a77b2865393df18d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 15:30:18 2026 +0800

    chore(deps): bump bytes from 1.11.0 to 1.11.1 in /qdp (#1013)
    
    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>
---
 qdp/Cargo.lock | 4 ++--
 qdp/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/qdp/Cargo.lock b/qdp/Cargo.lock
index aa2f1df6b..defc52a0c 100644
--- a/qdp/Cargo.lock
+++ b/qdp/Cargo.lock
@@ -431,9 +431,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 = "bzip2"
diff --git a/qdp/Cargo.toml b/qdp/Cargo.toml
index 132fa75d1..900c94561 100644
--- a/qdp/Cargo.toml
+++ b/qdp/Cargo.toml
@@ -34,7 +34,7 @@ ndarray-npy = "0.9"
 # Protocol Buffer support for TensorFlow TensorProto
 prost = "0.12"
 prost-build = "0.12"
-bytes = "1.5"
+bytes = "1.11"
 # PyTorch tensor loading (optional)
 tch = "0.22"
 # Optional: vendored protoc to avoid build failures when protoc is missing

Reply via email to