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

This commit is contained in:
2025-07-27 00:15:32 +00:00
parent db44835c39
commit fea5fdf82d
2 changed files with 34 additions and 15 deletions

View File

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