Skip to content

Commit af53aa8

Browse files
fix(deps): update rust crate rand to v0.9.2
1 parent 74db945 commit af53aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)