From 73039ba264ef8de753dbd430dc8950371c58c7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 20:58:52 +0200 Subject: [PATCH] chore(deps): bump num_cpus from 1.14.0 to 1.15.0 (#1959) --- Cargo.lock | 6 +++--- ethers-solc/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcb49656..ce4dd11a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2570,11 +2570,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", ] diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 32b0f99d..c535222a 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -31,7 +31,7 @@ hex = "0.4.3" yansi = "0.5.1" glob = "0.3.0" tracing = "0.1.37" -num_cpus = "1.14.0" +num_cpus = "1.15.0" tiny-keccak = { version = "2.0.2", default-features = false } tempfile = { version = "3.3.0", optional = true } fs_extra = { version = "1.2.0", optional = true }