Update Rust crate tokio to 1.47.1 (#122)

This commit is contained in:
2025-08-03 00:15:17 +00:00
parent 9a11b645ac
commit 38c71e829e
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.47.0", features = ["full"] }
tokio = { version = "1.47.1", features = ["full"] }