Selaa lähdekoodia

chore(deps): bump num_cpus from 1.13.0 to 1.16.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 vuotta sitten
vanhempi
sitoutus
e9f7f80954
2 muutettua tiedostoa jossa 5 lisäystä ja 8 poistoa
  1. 4 7
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 4 - 7
Cargo.lock

@@ -107,12 +107,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
 
 [[package]]
 name = "hermit-abi"
-version = "0.1.18"
+version = "0.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
-dependencies = [
- "libc",
-]
+checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
 
 [[package]]
 name = "idna"
@@ -200,9 +197,9 @@ checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
 
 [[package]]
 name = "num_cpus"
-version = "1.13.0"
+version = "1.16.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
+checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 dependencies = [
  "hermit-abi",
  "libc",

+ 1 - 1
Cargo.toml

@@ -25,7 +25,7 @@ libc = "0.2"
 locale = "0.2"
 log = "0.4"
 natord = "1.0"
-num_cpus = "1.10"
+num_cpus = "1.16"
 number_prefix = "0.4"
 scoped_threadpool = "0.1"
 term_grid = "0.1"