Merge pull request #492 from vbrandl/dependabot/cargo/tokio-1.21.1

chore(deps): Bump tokio from 1.21.0 to 1.21.1
This commit is contained in:
Valentin Brandl 2022-09-15 15:38:24 +02:00 committed by GitHub
commit 84439d2d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1968,9 +1968,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.21.0"
version = "1.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42"
checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95"
dependencies = [
"autocfg",
"bytes",

View File

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