Bump core_affinity.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-08 02:24:48 +00:00
parent 46ce426b87
commit 83fe14c522
2 changed files with 4 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ features = [
#version = "0.4"
[workspace.dependencies.core_affinity]
version = "0.8.1"
version = "0.8.3"
[workspace.dependencies.const-str]
version = "0.6.2"
@@ -597,7 +597,7 @@ rev = "92e5e74063bf2a3b10414bcc8a0d68b235644280"
# adds affinity masks for selecting more than one core at a time
[patch.crates-io.core_affinity]
git = "https://github.com/matrix-construct/core_affinity_rs"
rev = "9c8e51510c35077df888ee72a36b4b05637147da"
rev = "ff148c2985cbaff3e6e953d45cda4d7696f38d75"
# reverts hyperium#148 conflicting with our delicate federation resolver hooks
[patch.crates-io.hyper-util]