1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

remove num_cpus dependency (#488)

This commit is contained in:
Rob Ede
2023-08-24 00:56:31 +01:00
committed by GitHub
parent 9cb8a1fadc
commit 6ce8307060
6 changed files with 115 additions and 49 deletions

View File

@ -27,7 +27,6 @@ actix-utils = "3"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
mio = { version = "0.8", features = ["os-poll", "net"] }
num_cpus = "1.13"
socket2 = "0.5"
tokio = { version = "1.23.1", features = ["sync"] }
tracing = { version = "0.1.30", default-features = false, features = ["log"] }