Upgrade Tokio to 1.8.1

This contains a fix for a vulnerability reported as RUSTSEC-2021-0072.
This commit is contained in:
Benjamin Bouvier
2021-07-08 12:13:30 +02:00
parent 89ed663058
commit b0ce0c8f5d
4 changed files with 7 additions and 6 deletions

5
Cargo.lock generated
View File

@@ -3015,9 +3015,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.6.1"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985"
dependencies = [
"autocfg 1.0.1",
"bytes",
@@ -3027,6 +3027,7 @@ dependencies = [
"num_cpus",
"pin-project-lite",
"tokio-macros",
"winapi",
]
[[package]]