deps: upgrade Tokio 1.21.0 -> 1.24.1

This commit updates the `Cargo.lock` file with the output produced by
`cargo update -p tokio`, updating Tokio from 1.21.0 to 1.24.1.

Notably this resolves RUSTSEC-2023-0001, which was previously flagged in
CI by `cargo audit`.
This commit is contained in:
Daniel McCarney 2023-01-09 17:23:59 -05:00 committed by Dirkjan Ochtman
parent 1b2feda8c6
commit 77e02ae92a

7
Cargo.lock generated
View File

@ -1630,9 +1630,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.21.0"
version = "1.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42"
checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
dependencies = [
"autocfg",
"bytes",
@ -1640,11 +1640,10 @@ dependencies = [
"memchr",
"mio",
"num_cpus",
"once_cell",
"pin-project-lite",
"socket2",
"tokio-macros",
"winapi",
"windows-sys 0.42.0",
]
[[package]]