From 8750da420cefffffb858b260fc7badf273bd42d4 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Thu, 30 Apr 2026 12:11:23 +0800 Subject: [PATCH] build(deps): update bytes dependency to version 1.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1289369..69b1983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde = { version = "1.0", features = ["derive"] } serde_magnus = "0.10.0" indexmap = { version = "2.12.1", features = ["serde"] } cookie = "0.18" -bytes = "1.10.1" +bytes = "1.11.1" arc-swap = "1.7.0" http = "1.4.0" http-body-util = "0.1.3"