From 82d5b16d853a864a0e62749863890b0edc2f6fd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 22:17:22 +0000 Subject: [PATCH] Update Rust crate tokio to 1.22.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e175005..b41ae72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1470,9 +1470,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" +checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2e53f87..40b6d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ lazy_static = "1.4.0" qstring = "0.7.2" regex = "1.7.0" reqwest = {version = "0.11.13", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} -tokio = {version = "1.21.2", features = ["full"]} +tokio = {version = "1.22.0", features = ["full"]} webp = "0.2.2"