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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-16 11:36:33 +00:00 committed by GitHub
parent c3e3e72cf2
commit 43e4a47fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -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",
]