From 72b6ceaae81fec5aba7de548889152ba44bfdc4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:09:42 +0000 Subject: [PATCH] Bump num_cpus from 1.13.1 to 1.16.0 Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.1 to 1.16.0. - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.13.1...v1.16.0) --- updated-dependencies: - dependency-name: num_cpus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48b2d0b6..30da91c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,11 +1467,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 0.3.1", "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 99c16184..8177d6ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ strum = "0.24" strum_macros = "0.24" sysctl = "*" perf-event2 = "0.7.2" -num_cpus = "1.0" +num_cpus = "1.16" libc = "0.2" flate2 = "1.0.26" tar = "0.4.40"