Update Rust crate tokio to v1.43.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-09 00:23:24 +00:00
committed by Pierre HUBERT
parent 0fcb902e9e
commit 5ed8c42b99
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ actix-remote-ip = "0.1.0"
futures-util = "0.3.31"
uuid = { version = "1.11.0", features = ["v4", "serde"] }
semver = { version = "1.0.23", features = ["serde"] }
lazy-regex = "3.4.1"
lazy-regex = "3.3.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio_schedule = "0.3.2"
mime_guess = "2.0.5"