Update Rust crate tokio to 1.29.1

This commit is contained in:
renovate[bot] 2023-06-30 01:32:18 +00:00
parent b3600a34a8
commit 831d7da257
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1590,9 +1590,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.29.0"
version = "1.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f"
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
dependencies = [
"autocfg",
"backtrace",

View File

@ -13,5 +13,5 @@ once_cell = "1.18.0"
qstring = "0.7.2"
regex = "1.8.4"
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.29.0", features = ["full"]}
tokio = {version = "1.29.1", features = ["full"]}
webp = "0.2.2"