tokio: use single thread

This commit is contained in:
2024-08-07 16:45:24 +02:00
parent dadfa786ef
commit cb83942cc8
3 changed files with 2 additions and 13 deletions

11
Cargo.lock generated
View File

@@ -991,16 +991,6 @@ dependencies = [
"libm",
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "object"
version = "0.32.2"
@@ -1864,7 +1854,6 @@ dependencies = [
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
"tokio-macros",