Skip to content

Commit 07cbdc0

Browse files
chore(deps): update rust crate rand to 0.9 (#961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4031fa3 commit 07cbdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resolver = "2"
1919
napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] }
2020
once_cell = "1"
2121
quickcheck = "1.0"
22-
rand = "0.8"
22+
rand = "0.9"
2323
rand_core = { version = "0.6", features = ["getrandom"] }
2424
serde = "1.0"
2525
serde_json = "1.0"

0 commit comments

Comments
 (0)