diff --git a/Cargo.lock b/Cargo.lock index b98b1adf..4e1610c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,6 +588,12 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" +[[package]] +name = "hermit-abi" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" + [[package]] name = "image" version = "0.21.3" @@ -635,7 +641,7 @@ version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.3", "rustix", "windows-sys 0.48.0", ] @@ -839,11 +845,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi", + "hermit-abi 0.5.2", "libc", ] diff --git a/Cargo.toml b/Cargo.toml index af6eb4d0..8dd5f68b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ crossbeam-channel = { version = "0.5.15", optional = true } crossbeam-deque = "0.8.6" dyn-clone = "1.0.19" log = "0.4.26" -num_cpus = "1.16.0" +num_cpus = "1.17.0" ff_buffer = { version = "0.1.0", optional = true } kanal = { version = "0.1.0", optional = true } flume = { version = "0.11.1", optional = true } @@ -40,7 +40,7 @@ rand = "0.9.0" raster = {git = "https://github.com/valebes/raster.git"} rayon = "1.10.0" rust-spp = {git = "https://github.com/GMAP/rust-ssp.git"} -num_cpus = "1.16.0" +num_cpus = "1.17.0" serial_test = "3.2.0" scopeguard = "1.2.0" image = "0.24.9"