Update Rust crate tokio to 1.47.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-08-04 00:20:18 +00:00
parent c810c612de
commit 095d6d827f
2 changed files with 31 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ lazy-regex = "3.4.1"
thiserror = "2.0.12"
image = "0.25.6"
rand = "0.9.2"
tokio = { version = "1.45.0", features = ["rt", "time", "macros"] }
tokio = { version = "1.47.1", features = ["rt", "time", "macros"] }
futures = "0.3.31"
ipnetwork = { version = "0.21.1", features = ["serde"] }
num = "0.4.3"