From 8cf99c1cb5598c06f20f19748ccc469a4846af34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:08:02 +0000 Subject: [PATCH] Update Rust crate tokio to 1.25.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c28c50..bb80ed2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,9 +1501,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.24.2" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" +checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3df52e2..f2837e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ lazy_static = "1.4.0" qstring = "0.7.2" regex = "1.7.1" reqwest = {version = "0.11.14", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} -tokio = {version = "1.24.2", features = ["full"]} +tokio = {version = "1.25.0", features = ["full"]} webp = "0.2.2"