From 64211be3e4b3210ccad6c5101bf7d8514c6d24b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:14:30 +0000 Subject: [PATCH] Bump rand from 0.9.1 to 0.9.2 in /web Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 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/rand_core-0.9.1...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/Cargo.lock | 6 +++--- web/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/Cargo.lock b/web/Cargo.lock index c3dc448a..977d66f8 100644 --- a/web/Cargo.lock +++ b/web/Cargo.lock @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha", "rand_core 0.9.3", @@ -2779,7 +2779,7 @@ dependencies = [ "md5", "percent-encoding", "pulldown-cmark", - "rand 0.9.1", + "rand 0.9.2", "regex", "rss", "serde", diff --git a/web/Cargo.toml b/web/Cargo.toml index 739f54f8..36874f82 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -76,7 +76,7 @@ pulldown-cmark = "0.13.0" async-std = "1.13.1" argon2 = { version = "0.5.3", features = ["std", "password-hash"] } getrandom = { version = "0.3.3", features = ["wasm_js"] } -rand = "0.9.1" +rand = "0.9.2" regex = "1.11.1" js-sys = "0.3.77" percent-encoding = "2.3.1"