From c77b0fec735273b649ef3c8b29483d728e589211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:11:05 +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 | 4 ++-- Cargo.toml | 2 +- crates/spectre-gui/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be36ff0..6ffc2d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6182,7 +6182,7 @@ dependencies = [ "prtip-core", "prtip-scanner", "quick-xml 0.37.5", - "rand 0.8.5", + "rand 0.9.2", "rusqlite", "serde", "serde_json", @@ -6213,7 +6213,7 @@ dependencies = [ "chrono", "dirs 6.0.0", "hex", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "spectre-core", diff --git a/Cargo.toml b/Cargo.toml index 65bc9c5..5ce8aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ quick-xml = "0.37" # Crypto (for WRAITH integration) sha2 = "0.10" -rand = "0.8" +rand = "0.9" base64 = "0.22" hex = "0.4" urlencoding = "2.1" diff --git a/crates/spectre-gui/Cargo.toml b/crates/spectre-gui/Cargo.toml index 12cefea..073710b 100644 --- a/crates/spectre-gui/Cargo.toml +++ b/crates/spectre-gui/Cargo.toml @@ -36,7 +36,7 @@ dirs = "6.0" base64 = "0.22" hex = "0.4" urlencoding = "2.1" -rand = "0.8" +rand = "0.9" [build-dependencies] tauri-build = { workspace = true }