chore(rt): include correct tokio features

This commit is contained in:
Rob Ede 2025-08-30 02:31:17 +01:00
parent 3c0702cfcd
commit 5267bc2c89
No known key found for this signature in database
GPG Key ID: F5E3FCAA33CBF062
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ io-uring = ["tokio-uring"]
actix-macros = { version = "0.2.3", optional = true }
futures-core = { version = "0.3", default-features = false }
tokio = { version = "1.44.2", features = ["rt", "net", "parking_lot", "signal", "sync", "time"] }
tokio = { version = "1.44.2", features = ["rt", "io-util", "net", "parking_lot", "signal", "sync", "time"] }
# runtime for `io-uring` feature
[target.'cfg(target_os = "linux")'.dependencies]