diff --git a/Cargo.lock b/Cargo.lock index 88022066..eb189b73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,8 +777,8 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core_affinity" -version = "0.8.1" -source = "git+https://github.com/matrix-construct/core_affinity_rs?rev=9c8e51510c35077df888ee72a36b4b05637147da#9c8e51510c35077df888ee72a36b4b05637147da" +version = "0.8.3" +source = "git+https://github.com/matrix-construct/core_affinity_rs?rev=ff148c2985cbaff3e6e953d45cda4d7696f38d75#ff148c2985cbaff3e6e953d45cda4d7696f38d75" dependencies = [ "libc", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index a68cd7b9..408dbf66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]