This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 099f5b4ba chore(deps): Bump bytes from 1.10.1 to 1.11.1 in
/bindings/python (#2101)
099f5b4ba is described below
commit 099f5b4bad0ad0bb0df32e3d56d7f1cc41329875
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 09:35:48 2026 +0800
chore(deps): Bump bytes from 1.10.1 to 1.11.1 in /bindings/python (#2101)
---
Cargo.toml | 2 +-
bindings/python/Cargo.lock | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 900377c22..e114217b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@ aws-sdk-s3tables = "1.28.0"
backon = "1.5.1"
base64 = "0.22.1"
bimap = "0.6"
-bytes = "1.10"
+bytes = "1.11"
chrono = "0.4.41"
clap = { version = "4.5.48", features = ["derive", "cargo"] }
dashmap = "6"
diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock
index 2bd52ef4c..dd52ff2be 100644
--- a/bindings/python/Cargo.lock
+++ b/bindings/python/Cargo.lock
@@ -640,9 +640,9 @@ checksum =
"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
-version = "1.10.1"
+version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
+checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
[[package]]
name = "bzip2"