Merge pull request #490 from vbrandl/dependabot/cargo/tokio-1.21.0

chore(deps): Bump tokio from 1.20.1 to 1.21.0
This commit is contained in:
Valentin Brandl 2022-09-08 19:18:38 +02:00 committed by GitHub
commit f679eaa1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1230,9 +1230,9 @@ dependencies = [
[[package]] [[package]]
name = "mio" name = "mio"
version = "0.8.3" version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799" checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
dependencies = [ dependencies = [
"libc", "libc",
"log", "log",
@ -1967,9 +1967,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.20.1" version = "1.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"bytes", "bytes",

View File

@ -44,4 +44,4 @@ vergen = { version = "7.3.1", default-features = false, features = ["git"] }
awc = "3.0.1" awc = "3.0.1"
ructe = "0.14.2" ructe = "0.14.2"
tempfile = "3.3.0" tempfile = "3.3.0"
tokio = "1.20.1" tokio = "1.21.0"