Update Rust crate tokio to 1.44.2

This commit is contained in:
2025-04-06 00:33:16 +00:00
parent d4844c18bf
commit 3d5a32ae6a
2 changed files with 3 additions and 3 deletions

View File

@ -28,4 +28,4 @@ embedded-server = ["zip", "mktemp", "rand", "port_scanner"]
[dev-dependencies]
env_logger = "0.11.8"
tokio = { version = "1.44.1", features = ["full"] }
tokio = { version = "1.44.2", features = ["full"] }