Skip to content

Commit b20331a

Browse files
fix(deps): update rust crate rand to v0.9.2
1 parent 7651df5 commit b20331a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sample/03-hello-ferris/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/03-hello-ferris/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2021"
66
[dependencies]
77
fuzzjudge-macro = { git = "https://github.com/jaspwr/fuzzjudge-macro" }
88
rand_chacha = "=0.9.0"
9-
rand = "=0.9.1"
9+
rand = "=0.9.2"

0 commit comments

Comments
 (0)