Skip to content

Commit 3c1b4cf

Browse files
committed
Update dev-dependency rand to 0.8.x
1 parent 250444e commit 3c1b4cf

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
@@ -17,7 +17,7 @@ serde = { version = "1.0.116", optional = true, features = ["derive"] }
1717

1818
[dev-dependencies]
1919
serde_json = "1.0.57"
20-
rand = "0.7.3"
20+
rand = "0.8"
2121

2222
[badges]
2323
# TODO: waiting for PR to land...: https://github.com/rust-lang/crates.io/pull/1838#

0 commit comments

Comments
 (0)