From 28d4d187acd7d86fa77e52f6fbc1abedaa84edb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:58:24 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.5 to 0.9.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 240df0c1e..611f670a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3135,7 +3135,7 @@ dependencies = [ "mas-templates", "mime", "oauth2-types", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "sentry", "serde", @@ -3197,7 +3197,7 @@ dependencies = [ "opentelemetry-stdout", "opentelemetry_sdk", "prometheus", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "reqwest", "rustls", @@ -3240,7 +3240,7 @@ dependencies = [ "mas-jose", "mas-keystore", "pem-rfc7468", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "rustls-pemfile", "rustls-pki-types", @@ -3280,7 +3280,7 @@ dependencies = [ "mas-iana", "mas-jose", "oauth2-types", - "rand 0.8.5", + "rand 0.9.2", "regex", "ruma-common", "serde", @@ -3356,7 +3356,7 @@ dependencies = [ "pbkdf2", "pkcs8", "psl", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "reqwest", "rustls", @@ -3479,7 +3479,7 @@ dependencies = [ "mas-iana", "p256", "p384", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "rsa", "schemars 0.8.22", @@ -3513,7 +3513,7 @@ dependencies = [ "pem-rfc7468", "pkcs1", "pkcs8", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "rsa", "sec1", @@ -3595,7 +3595,7 @@ dependencies = [ "mime", "oauth2-types", "p256", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "reqwest", "rustls", @@ -3682,7 +3682,7 @@ dependencies = [ "oauth2-types", "opentelemetry", "opentelemetry-semantic-conventions", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "sea-query", "sea-query-binder", @@ -3714,7 +3714,7 @@ dependencies = [ "mas-templates", "opentelemetry", "opentelemetry-semantic-conventions", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "serde", "serde_json", @@ -3744,7 +3744,7 @@ dependencies = [ "minijinja", "minijinja-contrib", "oauth2-types", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "serde_urlencoded", @@ -6183,7 +6183,7 @@ dependencies = [ "oauth2-types", "opentelemetry", "opentelemetry-semantic-conventions", - "rand 0.8.5", + "rand 0.9.2", "rand_chacha 0.3.1", "rustc-hash 2.1.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 62af1756a..f88b13a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -490,7 +490,7 @@ version = "0.12.6" # Random values [workspace.dependencies.rand] -version = "0.8.5" +version = "0.9.2" [workspace.dependencies.rand_chacha] version = "0.3.1" [workspace.dependencies.rand_core]