From 0c4c6a090626a5dca5e1fc407a233953201c1013 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Sep 2025 03:56:38 +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 3bab731c..cc4d278a 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]