From a3dc12983b7699819b00950181abaa1a92d2ae49 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@communiquons.org>
Date: Thu, 17 Apr 2025 00:28:55 +0000
Subject: [PATCH] Update Rust crate tokio to 1.44.2

---
 central_backend/Cargo.lock | 4 ++--
 central_backend/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock
index 9d0a5ec..9e16d01 100644
--- a/central_backend/Cargo.lock
+++ b/central_backend/Cargo.lock
@@ -2942,9 +2942,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/central_backend/Cargo.toml b/central_backend/Cargo.toml
index 45f64f9..dfd24b5 100644
--- a/central_backend/Cargo.toml
+++ b/central_backend/Cargo.toml
@@ -32,7 +32,7 @@ futures-util = "0.3.31"
 uuid = { version = "1.11.0", features = ["v4", "serde"] }
 semver = { version = "1.0.26", features = ["serde"] }
 lazy-regex = "3.4.1"
-tokio = { version = "1.40.0", features = ["full"] }
+tokio = { version = "1.44.2", features = ["full"] }
 tokio_schedule = "0.3.2"
 mime_guess = "2.0.5"
 rust-embed = "8.6.0"