Skip to content

Commit 1176942

Browse files
Update Rust crate rand to 0.9.0
1 parent 44e67a8 commit 1176942

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
@@ -12,7 +12,7 @@ repository = "https://github.com/batmac/generand"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
rand = "0.8.5"
15+
rand = "0.9.0"
1616
clap = { version = "3.2.25", features = ["derive"], optional = true }
1717
terminal_size = { version = "0.4.0", optional = true }
1818

0 commit comments

Comments
 (0)