From c23b6ca0b94d1ca265e907a03defa83f792acf13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:20:25 +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 29ef080..d64d6a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ chrono = "0.4.39" futures-util = { version = "0.3.31", features = ["sink"] } jwt-simple = { version = "0.12.11", default-features = false, features = ["pure-rust"] } actix-remote-ip = "0.1.0" -bytes = "1.9.0" +bytes = "1.10.1" sha2 = "0.11.0-pre.4" base16ct = "0.2.0" ruma = { version = "0.12.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }