Skip to content

Commit 73b5a21

Browse files
fix(deps): update rust crate rand to 0.9
1 parent 16da7c0 commit 73b5a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_keys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy_static = "1"
88
openssl = "0.10"
99
ssh-key = { version = "0.6", features = ["encryption"] }
1010
rand_core = { version = "0.9", features = ["os_rng"] }
11-
rand = "0.8"
11+
rand = "0.9"
1212

1313
[dependencies.rug]
1414
version = "1"

0 commit comments

Comments
 (0)