From a3b505cce94e267fa1a2aaff256635576870da43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:56:33 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.4 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production ... 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 09028a325..fdb023fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4670,7 +4670,7 @@ dependencies = [ "predicates", "prettytable-rs", "purl", - "rand 0.8.5", + "rand 0.9.4", "regex", "reqwest", "rsa", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3e062cd9d..2fbcc64ef 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.4" regex = "1.5.5" reqwest = { version = "0.12.7", features = [ "blocking",