From ec23eb126b4b367415ead373443b3addaaf71e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:15:55 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.6.0 to 1.7.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.7.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.6.0...v1.7.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e4e637..301b4c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index e6d1d47..c588338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ section = "admin" [dependencies] unix-client = { path = "unix-client" } -bytes = "1.6.0" +bytes = "1.7.1" chrono = "0.4.38" clap = "4.5.9" http-body-util = "0.1.2"