Merge pull request #343 from vbrandl/dependabot/cargo/tokio-1.12.0

Bump tokio from 1.11.0 to 1.12.0
This commit is contained in:
Valentin Brandl 2021-10-06 08:43:42 +02:00 committed by GitHub
commit 27fb116d26
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

@ -2012,9 +2012,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.11.0"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
dependencies = [
"autocfg",
"bytes",

View File

@ -43,4 +43,4 @@ vergen = { version = "5.1.15", default-features = false, features = ["git"] }
awc = "3.0.0-beta.8"
ructe = "0.13.4"
tempfile = "3.2.0"
tokio = "1.11.0"
tokio = "1.12.0"