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

This commit is contained in:
2025-07-04 00:12:35 +00:00
parent 1dd86807fd
commit 5ad2f06773
2 changed files with 16 additions and 3 deletions

View File

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