Update test suite to reqwest 0.11

This commit is contained in:
David Tolnay 2021-08-30 12:28:14 -07:00
parent 7e75dee100
commit 6586249651
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -46,7 +46,7 @@ insta = "1.0"
rayon = "1.0"
ref-cast = "1.0"
regex = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
reqwest = { version = "0.11", features = ["blocking"] }
syn-test-suite = { version = "0", path = "tests/features" }
tar = "0.4.16"
termcolor = "1.0"