From 1e1a4946eda86ebf230673aae3352cc20e66c7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:48:01 +0000 Subject: [PATCH] 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 +- cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f3ab4f8d..768d2a6e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4612,7 +4612,7 @@ dependencies = [ "predicates", "prettytable-rs", "purl", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "rsa", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a2db6809d..46e26cf7f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -53,7 +53,7 @@ phylum_project = { path = "../phylum_project" } phylum_types = { git = "https://github.com/phylum-dev/phylum-types", branch = "development" } prettytable-rs = "0.10.0" purl = { version = "0.1.5", features = ["serde"] } -rand = "0.8.4" +rand = "0.9.2" regex = "1.5.5" reqwest = { version = "0.12.7", features = [ "blocking",