Update Rust crate tokio to 1.48.0 (#143)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-16 00:37:24 +00:00
parent d4f4c9e8cd
commit 92361f99dd
2 changed files with 24 additions and 83 deletions

View File

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