Skip to content

Commit

Permalink
Merge #1027
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and asomers committed Feb 12, 2019
2 parents 1dd1d2a + 20436e1 commit 842f5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cc = "1"
[dev-dependencies]
bytes = "0.4.8"
lazy_static = "1.2"
rand = "0.5"
tempfile = "3"
rand = "0.6"
tempfile = "3.0.5"

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

0 comments on commit 842f5ac

Please sign in to comment.