Skip to content

Commit d358fe8

Browse files
fix(deps): update rust crate rand to 0.9
1 parent ed5bfc8 commit d358fe8

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
@@ -7,7 +7,7 @@ edition = "2021"
77
lazy_static = "1"
88
openssl = "0.10"
99
ssh-key = { version = "0.6", features = ["encryption"] }
10-
rand = "0.8"
10+
rand = "0.9"
1111

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

0 commit comments

Comments
 (0)