Skip to content

Commit

Permalink
Merge pull request #15 from alexcrichton/dependabot/cargo/rand-0.7.0
Browse files Browse the repository at this point in the history
Update rand requirement from 0.6.5 to 0.7.0
  • Loading branch information
alexcrichton authored Jul 1, 2019
2 parents 8bdb10a + 9ce66de commit c5b8915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4.6"
libc = "0.2.50"

[target.'cfg(windows)'.dependencies]
rand = "0.6.5"
rand = "0.7.0"

[dev-dependencies]
futures = "0.1"
Expand Down

0 comments on commit c5b8915

Please sign in to comment.