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

@ -39,7 +39,7 @@ num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
raptorq = "1.4.2"
rayon = "1.4.0"
rayon = "1.4.1"
regex = "1.3.9"
serde = "1.0.112"
serde_derive = "1.0.103"
@ -79,7 +79,7 @@ trees = "0.2.1"
[dev-dependencies]
matches = "0.1.6"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serial_test = "0.4.0"
serial_test_derive = "0.4.0"
systemstat = "0.1.5"