Skip to content

Commit 842f5ac

Browse files
bors[bot]asomers
andcommitted
Merge #1027
1027: Bump the rand dependency to 0.6 r=asomers a=asomers Also, bump the tempfile dependency so it will be using the same version of rand. Fixes #1026 Co-authored-by: Alan Somers <[email protected]>
2 parents 1dd1d2a + 20436e1 commit 842f5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ cc = "1"
2727
[dev-dependencies]
2828
bytes = "0.4.8"
2929
lazy_static = "1.2"
30-
rand = "0.5"
31-
tempfile = "3"
30+
rand = "0.6"
31+
tempfile = "3.0.5"
3232

3333
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
3434
sysctl = "0.1"

0 commit comments

Comments
 (0)