Skip to content

Commit c36bef6

Browse files
build(deps): bump num_cpus from 1.16.0 to 1.17.0 (#3946)
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](seanmonstar/num_cpus@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: num_cpus dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12822d1 commit c36bef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -971,9 +971,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
971971

972972
[[package]]
973973
name = "hermit-abi"
974-
version = "0.3.9"
974+
version = "0.5.1"
975975
source = "registry+https://github.com/rust-lang/crates.io-index"
976-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
976+
checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
977977

978978
[[package]]
979979
name = "hex"
@@ -3105,9 +3105,9 @@ dependencies = [
31053105

31063106
[[package]]
31073107
name = "num_cpus"
3108-
version = "1.16.0"
3108+
version = "1.17.0"
31093109
source = "registry+https://github.com/rust-lang/crates.io-index"
3110-
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
3110+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
31113111
dependencies = [
31123112
"hermit-abi",
31133113
"libc",

0 commit comments

Comments
 (0)