From dc097daee023bffc81af650854d6844ccebb5d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:40:45 +0000 Subject: [PATCH] Bump bytes from 1.10.1 to 1.11.1 in /nexus Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 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.10.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nexus/Cargo.lock | 4 ++-- nexus/peer-postgres/Cargo.toml | 2 +- nexus/pt/Cargo.toml | 2 +- nexus/server/Cargo.toml | 2 +- nexus/value/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nexus/Cargo.lock b/nexus/Cargo.lock index a8b1104e0..e952a97b2 100644 --- a/nexus/Cargo.lock +++ b/nexus/Cargo.lock @@ -801,9 +801,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 = "bytes-utils" diff --git a/nexus/peer-postgres/Cargo.toml b/nexus/peer-postgres/Cargo.toml index 2bc49f525..a0323e1da 100644 --- a/nexus/peer-postgres/Cargo.toml +++ b/nexus/peer-postgres/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [dependencies] anyhow = "1.0" async-trait = "0.1" -bytes = "1.0" +bytes = "1.11" chrono.workspace = true futures = "0.3" peer-cursor = { path = "../peer-cursor" } diff --git a/nexus/pt/Cargo.toml b/nexus/pt/Cargo.toml index 1dc995ffa..7e68ffa2f 100644 --- a/nexus/pt/Cargo.toml +++ b/nexus/pt/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytes = "1.1" +bytes = "1.11" prost = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/nexus/server/Cargo.toml b/nexus/server/Cargo.toml index a071d5ac3..af2d21a20 100644 --- a/nexus/server/Cargo.toml +++ b/nexus/server/Cargo.toml @@ -41,7 +41,7 @@ aws = ["catalog/aws"] analyzer = { path = "../analyzer" } anyhow = "1" async-trait = "0.1" -bytes = "1.0" +bytes = "1.11" catalog = { path = "../catalog", default-features = false } clap = { version = "4.0", features = ["derive", "env"] } dashmap.workspace = true diff --git a/nexus/value/Cargo.toml b/nexus/value/Cargo.toml index 6ee2ded68..9d8c0efd9 100644 --- a/nexus/value/Cargo.toml +++ b/nexus/value/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" [dependencies] base64 = "0.22" -bytes = "1.1" +bytes = "1.11" chrono.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"