Merge pull request #3891 from deltachat/dependabot/cargo/num_cpus-1.15.0

This commit is contained in:
dependabot[bot]
2023-01-01 23:23:38 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

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