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

This commit is contained in:
2025-04-25 00:21:49 +00:00
parent f65df5f22a
commit 0bf3bdbaea
2 changed files with 3 additions and 3 deletions

View File

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