From 62e7453b5ac3f99a6c7f244b05838d289d05633f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Apr 2025 00:32:54 +0000 Subject: [PATCH] Update Rust crate tokio to 1.44.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92be018..1462a21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1565,9 +1565,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e4f8cda..1337e2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ log = "0.4.27" env_logger = "0.11.8" actix-web-httpauth = "0.8.2" askama = "0.13.0" -tokio = "1.23.0" +tokio = "1.44.2"