From 1d19cf411236c3f70f271e6b823ad610f11edd8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Aug 2025 05:04:32 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9452066c..2dad25a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ default-features = false version = "0.1.3" [workspace.dependencies.rand] -version = "0.8.5" +version = "0.9.0" # Used for the http request / response body type for Ruma endpoints used with reqwest [workspace.dependencies.bytes]