Skip to content

Commit

Permalink
Updating to rand 0.7 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke authored Jun 5, 2020
1 parent 1d53c37 commit dfb1ff8
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 @@ -31,7 +31,7 @@ futures-0-1 = { version = "0.1", optional = true, package = "futures" }
futures-0-3 = { version = "0.3", optional = true, package = "futures" }
http = "0.1"
http-0-2 = { version = "0.2", optional = true, package = "http" }
rand = "0.6"
rand = "0.7"
reqwest-0-9 = { version = "0.9", optional = true, package = "reqwest" }
reqwest-0-10 = { version = "0.10", optional = true, features = ["blocking"], package = "reqwest" }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit dfb1ff8

Please sign in to comment.