From 41e4e36559951eca30f41154a0923803c78b110d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 06:32:40 +0000 Subject: [PATCH] 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 a44fc0f0..0b1d0d5e 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]