diff --git a/Cargo.lock b/Cargo.lock index f032460..5e76ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -736,15 +736,6 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" -[[package]] -name = "hermit-abi" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] - [[package]] name = "hermit-abi" version = "0.3.1" @@ -906,7 +897,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" dependencies = [ - "hermit-abi 0.3.1", + "hermit-abi", "io-lifetimes", "rustix", "windows-sys 0.45.0", @@ -1243,11 +1234,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.13.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.1.19", + "hermit-abi", "libc", ] diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index aa769cc..ef4d8d4 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.28" hdrhistogram = "7.5.2" humantime-serde = "1.1.1" liquid = "0.26.4" -num_cpus = "1.13.1" +num_cpus = "1.16.0" petname = "1.1.2" reqwest = { version = "0.11.18", features = ["json"] } serde = { version = "1.0.164", features = ["derive"] }