Update Rust crate tokio to 1.44.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate Bot 2025-04-06 00:33:31 +00:00
parent c4a1646702
commit db0d1ab15e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -15,4 +15,4 @@ log = "0.4.17"
env_logger = "0.11.8"
actix-web-httpauth = "0.8.2"
askama = "0.13.0"
tokio = "1.23.0"
tokio = "1.44.2"