From 6a68d98dd5921afe1a89794f326035e373b9cc68 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:10:59 +0200 Subject: [PATCH] update bytes dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21f17aa4..e03fda8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hyper-util = { version = "=0.1.12", default-features = false, features = ["clien hyper-rustls = { version = "=0.27.6", default-features = false, features = ["http1", "tls12", "webpki-tokio", "ring"] } http-body-util = "=0.1.3" tokio = { version = "=1.45.0", default-features = false, features = ["rt", "net", "time"] } -bytes = "=1.10.1" +bytes = "=1.12.1" [target.'cfg(not(target_os = "macos"))'.dependencies] sys-locale = "=0.3.2"