From dcc94ca3c4bc880d776e243f4231996a1b770893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:08:50 +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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbc1da5..e201660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,7 +1951,7 @@ dependencies = [ "mockito", "openidconnect", "postcard", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "secrecy", diff --git a/Cargo.toml b/Cargo.toml index 5a031d6..25c3a87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ humantime-serde = "1.1.1" postcard = { version = "1.0.8", features = ["use-std"] } env_logger = { version = "0.11.5", features = [] } log = "0.4.21" -rand = "0.8.5" +rand = "0.9.2" keepass = { git = "https://github.com/lixmal/keepass-rs", features = ["serialization", "save_kdbx4"] } zeroize = { version = "1.8.2", features = ["derive", "std"] } secrecy = "0.8.0"