From 4b7db1f0abb0f0d38a589eb00c15335c4c25e07d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:22:17 +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 d09344b..459c82e 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"