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",