From 62dd836484c0c0765fcd6387d6f065e583de7e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:47:46 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.7.2 to 1.9.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.9.0. - [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.7.2...v1.9.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/curp/Cargo.toml | 2 +- crates/engine/Cargo.toml | 2 +- crates/xline/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1e55a724..e9a2038c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,9 +427,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.2" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "bzip2-sys" diff --git a/crates/curp/Cargo.toml b/crates/curp/Cargo.toml index 8645d6fac..6c08a83bf 100644 --- a/crates/curp/Cargo.toml +++ b/crates/curp/Cargo.toml @@ -15,7 +15,7 @@ version = "0.1.0" async-stream = "0.3.4" async-trait = "0.1.81" bincode = "1.3.3" -bytes = "1.7.1" +bytes = "1.9.0" clippy-utilities = "0.2.0" curp-external-api = { path = "../curp-external-api" } curp-test-utils = { path = "../curp-test-utils" } diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index 2576e8b90..f434329b4 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" [dependencies] async-trait = "0.1.81" bincode = "1.3.3" -bytes = "1.7.1" +bytes = "1.9.0" clippy-utilities = "0.2.0" opentelemetry = { version = "0.24.0", features = ["metrics"] } parking_lot = "0.12.3" diff --git a/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index 7621dfb55..7dcdf181f 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.90" async-stream = "0.3.5" async-trait = "0.1.81" axum = "0.7.0" -bytes = "1.7.1" +bytes = "1.9.0" clap = { version = "4", features = ["derive"] } clippy-utilities = "0.2.0" crc32fast = "1.4.2"