Bump reqwest/rayon to get past cargo audit

This commit is contained in:
Michael Vines
2020-10-11 09:41:20 -07:00
committed by mergify[bot]
parent 1fc7c1ecee
commit 8a119c1483
12 changed files with 13 additions and 14 deletions

View File

@ -29,7 +29,7 @@ num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
num_cpus = "1.13.0"
rand = "0.7.0"
rayon = "1.4.0"
rayon = "1.4.1"
regex = "1.3.9"
serde = { version = "1.0.112", features = ["rc"] }
serde_derive = "1.0.103"