From ba796f1ceace19834a102cb2dd57a7acae8e3e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:51:57 +0000 Subject: [PATCH] deps(rust)(deps): bump rand from 0.10.0 to 0.10.1 in /src-tauri (#285) Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.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.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-tauri/Cargo.lock | 6 +++--- src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6dc0197..9e22bea 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1831,7 +1831,7 @@ dependencies = [ "once_cell", "playwright", "quick-xml 0.39.2", - "rand 0.10.0", + "rand 0.10.1", "regex-lite", "reqwest 0.13.2", "resvg", @@ -5307,9 +5307,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20 0.10.0", "getrandom 0.4.2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7c31a64..126bd74 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -76,7 +76,7 @@ chrono-tz = "0.10" axum = { version = "0.8.8", features = ["ws"] } tower = "0.5" tower-http = { version = "0.6", features = ["cors"] } -rand = "0.10.0" +rand = "0.10.1" utoipa = { version = "5", features = ["axum_extras", "chrono"] } utoipa-axum = "0.2" argon2 = "0.5"