Skip to content

Commit

Permalink
Update rand dependency
Browse files Browse the repository at this point in the history
Had to run `cargo update -p rand_core:0.2.1`,
see rust-random/rand#645
  • Loading branch information
boustrophedon committed Jan 2, 2019
1 parent 4876d90 commit f4272ed
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 5 deletions.
107 changes: 103 additions & 4 deletions 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 Cargo.toml
Expand Up @@ -14,7 +14,7 @@ structopt = "0.2"
failure = "0.1"
rusqlite = { version = "0.16", features = ["chrono", "bundled"] }
chrono = "0.4"
rand = "0.5"
rand = "0.6"

[dev-dependencies]
proptest = "0.8"
Expand Down

0 comments on commit f4272ed

Please sign in to comment.