From 43e4a47feec140b067f4b30f81749c54dfea849d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:36:33 +0000 Subject: [PATCH] build(deps): bump num_threads from 0.1.6 to 0.1.7 (#31360) Bumps [num_threads](https://github.com/jhpratt/num_threads) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/jhpratt/num_threads/releases) - [Changelog](https://github.com/jhpratt/num_threads/blob/main/CHANGELOG.md) - [Commits](https://github.com/jhpratt/num_threads/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: num_threads dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 054f65504ae..938bcd4c18e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3983,9 +3983,9 @@ dependencies = [ [[package]] name = "num_threads" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" +checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" dependencies = [ "libc", ]