chore(deps): bump num_cpus from 1.14.0 to 1.15.0 (#1959)

This commit is contained in:
dependabot[bot] 2022-12-22 20:58:52 +02:00 committed by GitHub
parent 1baf88138f
commit 73039ba264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2570,11 +2570,11 @@ dependencies = [
[[package]] [[package]]
name = "num_cpus" name = "num_cpus"
version = "1.14.0" version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [ dependencies = [
"hermit-abi 0.1.19", "hermit-abi 0.2.6",
"libc", "libc",
] ]

View File

@ -31,7 +31,7 @@ hex = "0.4.3"
yansi = "0.5.1" yansi = "0.5.1"
glob = "0.3.0" glob = "0.3.0"
tracing = "0.1.37" tracing = "0.1.37"
num_cpus = "1.14.0" num_cpus = "1.15.0"
tiny-keccak = { version = "2.0.2", default-features = false } tiny-keccak = { version = "2.0.2", default-features = false }
tempfile = { version = "3.3.0", optional = true } tempfile = { version = "3.3.0", optional = true }
fs_extra = { version = "1.2.0", optional = true } fs_extra = { version = "1.2.0", optional = true }