From 2b3d3d3e13f1515bdc412616715889ae4f4e11a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:50:49 +0000 Subject: [PATCH] build(deps): bump bytes from 1.7.1 to 1.7.2 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.1 to 1.7.2. - [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.1...v1.7.2) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... 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 a410d84..768bd88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 6c770bc..978f598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ categories = ["network-programming", "encoding", "parser-implementations", "pars pest = "2.7.12" pest_derive = "2.7.12" thiserror = "1.0.63" -bytes = "1.7.1" \ No newline at end of file +bytes = "1.7.2" \ No newline at end of file