From d06daaab80c9c13290a6d4583a6ac8ff79808d6e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:58:23 +0000 Subject: [PATCH] Update Rust crate bytes to 1.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 538497a..6f78ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ actix-files = "0.6.6" actix-multipart = "0.7.2" env_logger = "0.11.7" log = "0.4" -bytes = "1.1.0" +bytes = "1.10.1" futures-util = { version = "0.3.21", default-features = false, features = ["std"] } tar = "0.4.38"