From 08834c93e86c2f7e8346dfe650baf8532a4d558e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 04:33:27 +0000 Subject: [PATCH] Bump bytes from 1.5.0 to 1.6.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.6.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.5.0...v1.6.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8cbd5b83..4c6839640 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,9 +796,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "c2rust-bitfields" diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index ebd7ec2e5..0b10cb04d 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0" async-trait = "0.1" anyhow = "1.0" futures = "0.3" -bytes = "1.5" +bytes = "1.6" async-recursion = "1" ipnet = "2.9" url = "2.5"