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