1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00

Merge pull request #1294 from rust-unofficial/dependabot/cargo/tokio-1.8.4

This commit is contained in:
dependabot[bot] 2022-06-06 21:21:02 +00:00 committed by GitHub
commit cfc9f03c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View File

@ -1382,9 +1382,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.5.0"
version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5"
checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd"
dependencies = [
"autocfg",
"bytes",
@ -1394,6 +1394,7 @@ dependencies = [
"num_cpus",
"pin-project-lite",
"tokio-macros",
"winapi",
]
[[package]]