Skip to content

Commit e7d4918

Browse files
Update rand requirement from 0.8 to 0.9 (#2)
1 parent d132ddd commit e7d4918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ logging = ["log"]
2727

2828
[dependencies]
2929
cfg-if = "1.0"
30-
rand = "0.8"
30+
rand = "0.9"
3131
log = { version = "0.4", optional = true }
3232

3333
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)