From d1fa98fe7fe8637ac454bc7ec45b86e73a295121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:48:55 +0000 Subject: [PATCH] deps(deps): bump rand from 0.8.5 to 0.9.1 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 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 3d4a463..a50c305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2410,7 +2410,7 @@ dependencies = [ "langtag", "lazy_static", "paste", - "rand 0.8.5", + "rand 0.9.1", "regex", "rusqlite", "scim_proto", diff --git a/Cargo.toml b/Cargo.toml index 5c65a52..b2e7fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bcrypt = "0.15" argon2 = "0.5" sha1 = "0.10" base64 = "0.22" -rand = "0.8" +rand = "0.9" url = "2.5" email_address = "0.2" langtag = "0.4"