From 1dc56d5ec15a2ea5f328ef3c813e3b61d714d56d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Nov 2025 00:11:50 +0000 Subject: [PATCH] Update Rust crate sha2 to 0.11.0-rc.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1458602..7526389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ futures-util = { version = "0.3.31", features = ["sink"] } jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] } actix-remote-ip = "0.1.0" bytes = "1.10.1" -sha2 = "0.11.0-rc.2" +sha2 = "0.11.0-rc.3" base16ct = { version = "0.3.0", features = ["alloc"] } ruma = { version = "0.13.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } actix-ws = "0.3.0"