chore: bump num_cpus from 1.13.0 to 1.13.1 (#22044)

* chore: bump num_cpus from 1.13.0 to 1.13.1

Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.0 to 1.13.1.
- [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.0...v1.13.1)

---
updated-dependencies:
- dependency-name: num_cpus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-12-21 00:06:14 -07:00
committed by GitHub
parent 252b0554ca
commit 41ec7c8be9
8 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ license = "Apache-2.0"
edition = "2021"
[dependencies]
num_cpus = "1.13.0"
num_cpus = "1.13.1"
lazy_static = "1.4.0"
[package.metadata.docs.rs]