This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 0976dee5 Bump bytes from 1.11.0 to 1.11.1 (#1983)
0976dee5 is described below
commit 0976dee5837c63564ee7d77ea302f8b3388c1509
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 15:28:27 2026 +0800
Bump bytes from 1.11.0 to 1.11.1 (#1983)
---
Cargo.lock | 56 ++++++++++++++++++++++++++++----------------------------
Cargo.toml | 2 +-
2 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index fd5314c9..463ccf1b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -151,7 +151,7 @@ name = "arrow-buffer"
version = "55.2.0"
source =
"git+https://github.com/auron-project/arrow-rs.git?rev=5de02520c#5de02520ca6c9f8f092b4b364906dc0507002cbb"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"half",
"num",
]
@@ -604,9 +604,9 @@ checksum =
"0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[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 = "bytesize"
@@ -729,7 +729,7 @@ version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"memchr",
]
@@ -874,7 +874,7 @@ dependencies = [
"arrow-ipc",
"arrow-schema",
"async-trait",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"bzip2 0.6.0",
"chrono",
"datafusion-catalog",
@@ -1009,7 +1009,7 @@ dependencies = [
"arrow",
"async-compression",
"async-trait",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"bzip2 0.6.0",
"chrono",
"datafusion-common",
@@ -1043,7 +1043,7 @@ source =
"git+https://github.com/auron-project/datafusion.git?rev=9034aeffb#9034
dependencies = [
"arrow",
"async-trait",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"datafusion-catalog",
"datafusion-common",
"datafusion-common-runtime",
@@ -1067,7 +1067,7 @@ source =
"git+https://github.com/auron-project/datafusion.git?rev=9034aeffb#9034
dependencies = [
"arrow",
"async-trait",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"datafusion-catalog",
"datafusion-common",
"datafusion-common-runtime",
@@ -1091,7 +1091,7 @@ source =
"git+https://github.com/auron-project/datafusion.git?rev=9034aeffb#9034
dependencies = [
"arrow",
"async-trait",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"datafusion-catalog",
"datafusion-common",
"datafusion-common-runtime",
@@ -1243,7 +1243,7 @@ dependencies = [
"base64",
"bitvec",
"byteorder",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"bytesize",
"count-write",
"datafusion",
@@ -1677,7 +1677,7 @@ version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6503af7917fea18ffef8f7e8553fb8dff89e2e6837e94e09dd7fb069c82d62c"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"rkyv",
"serde",
"simdutf8",
@@ -1915,7 +1915,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
dependencies = [
"atomic-waker",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"fnv",
"futures-core",
"futures-sink",
@@ -1966,7 +1966,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
dependencies = [
"base64",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"headers-core",
"http",
"httpdate",
@@ -2016,7 +2016,7 @@ version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"fnv",
"itoa",
]
@@ -2027,7 +2027,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"http",
]
@@ -2037,7 +2037,7 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"futures-core",
"http",
"http-body",
@@ -2068,7 +2068,7 @@ version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"futures-channel",
"futures-util",
"h2",
@@ -2088,7 +2088,7 @@ version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"futures-core",
"http",
"http-body",
@@ -2768,7 +2768,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740"
dependencies = [
"async-trait",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"chrono",
"futures",
"http",
@@ -2799,7 +2799,7 @@ dependencies = [
"arrow",
"async-trait",
"bytemuck",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"chrono",
"chrono-tz",
"fallible-streaming-iterator",
@@ -2871,7 +2871,7 @@ dependencies = [
"arrow-select",
"base64",
"brotli",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"chrono",
"flate2",
"futures",
@@ -2982,7 +2982,7 @@ version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"futures-util",
"headers",
"http",
@@ -3139,7 +3139,7 @@ version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"prost-derive 0.13.5",
]
@@ -3149,7 +3149,7 @@ version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"prost-derive 0.14.3",
]
@@ -3478,7 +3478,7 @@ version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19f5c3e5da784cd8c69d32cdc84673f3204536ca56e1fa01be31a74b92c932ac"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"hashbrown 0.15.5",
"indexmap",
"munge",
@@ -3796,7 +3796,7 @@ checksum =
"e16b39f36452a4fa6f14a481b02e9ba5c6842c6a44d0545da967eca122f2eed9"
dependencies = [
"ahash",
"bumpalo",
- "bytes 1.11.0",
+ "bytes 1.11.1",
"cfg-if",
"faststr",
"itoa",
@@ -4110,7 +4110,7 @@ version = "1.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"libc",
"mio",
"pin-project-lite",
@@ -4157,7 +4157,7 @@ version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
dependencies = [
- "bytes 1.11.0",
+ "bytes 1.11.1",
"futures-core",
"futures-io",
"futures-sink",
diff --git a/Cargo.toml b/Cargo.toml
index fc3645eb..cd73e8b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -156,7 +156,7 @@ base64 = "0.22.1"
bigdecimal = "0.4.10"
bitvec = "1.0.1"
byteorder = "1.5.0"
-bytes = "1.11.0"
+bytes = "1.11.1"
bytesize = "2.3.1"
chrono = "0.4.44"
count-write = "0.1.0"