Update Rust crate tokio to 1.2 (#7878)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-02-09 11:48:38 +00:00
committed by GitHub
co-authored by Renovate Bot
parent 03c51f9996
commit 9038bb4d0c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -2216,9 +2216,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8efab2086f17abcddb8f756117665c958feee6b2e39974c2f1600592ab3a4195"
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
dependencies = [
"autocfg 1.0.1",
"bytes 1.0.1",
@@ -2236,9 +2236,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
+1 -1
View File
@@ -47,7 +47,7 @@ termion = "1.5"
reqwest = { version = "0.11.0", features = ["blocking", "stream"] }
criterion = "0.3"
futures = "0.3"
tokio = { version = "1.1", features = ["full"] }
tokio = { version = "1.2", features = ["full"] }
[[bench]]
name = "lolhtml"