Skip to content

Commit 5acc7a9

Browse files
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](rust-random/rand@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] <support@github.com>
1 parent a6399b6 commit 5acc7a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ phylum_project = { path = "../phylum_project" }
5353
phylum_types = { git = "https://github.com/phylum-dev/phylum-types", branch = "development" }
5454
prettytable-rs = "0.10.0"
5555
purl = { version = "0.1.5", features = ["serde"] }
56-
rand = "0.8.4"
56+
rand = "0.9.2"
5757
regex = "1.5.5"
5858
reqwest = { version = "0.12.7", features = [
5959
"blocking",

0 commit comments

Comments
 (0)