Skip to content

Commit

Permalink
chore(Deps,load): Upgrade rand 0.3.15 -> 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Dec 13, 2019
1 parent 958a382 commit 9539237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion load/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yaml-rust = { version = "0.3.2", default-features = false }

[dev-dependencies]
libc = "0.2.21"
rand = "0.3.15"
rand = "0.7.2"
regex = "0.2.1"
snapshot = { path = "../snapshot" }
yaml-rust = { version = "0.3.2", default-features = false }

0 comments on commit 9539237

Please sign in to comment.