From abbc3042d96f0ba48e0c3cc6f0ce4c8cb8624b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:36:38 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.5.0 to 1.10.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.10.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.5.0...v1.10.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- actix-bililive/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b404423..99eaca4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-bililive" @@ -679,9 +679,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.5.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "bytestring" diff --git a/actix-bililive/Cargo.toml b/actix-bililive/Cargo.toml index 90f0c68..cea2a5b 100644 --- a/actix-bililive/Cargo.toml +++ b/actix-bililive/Cargo.toml @@ -21,7 +21,7 @@ rustls = ["awc/rustls"] actix-codec = "0.5" awc = "3.4.0" bililive-core = { version = "0.1.0-beta.3", path = "../bililive-core", features = ["not-send"] } -bytes = "1.5" +bytes = "1.10" futures = "0.3" log = "0.4" serde = "1.0"