Merge pull request #383 from vbrandl/dependabot/cargo/tokio-1.15.0

Bump tokio from 1.14.0 to 1.15.0
This commit is contained in:
Valentin Brandl 2021-12-20 20:25:58 +01:00 committed by GitHub
commit 44d28233e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -2020,11 +2020,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.14.0"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
dependencies = [
"autocfg",
"bytes",
"libc",
"memchr",

View File

@ -43,4 +43,4 @@ vergen = { version = "6.0.0", default-features = false, features = ["git"] }
awc = "3.0.0-beta.10"
ructe = "0.13.4"
tempfile = "3.2.0"
tokio = "1.14.0"
tokio = "1.15.0"