From b0ebf590ff924db87c89db2a7d1c8d45c8c245e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 05:56:28 +0000 Subject: [PATCH] chore(deps): update rust crate num_cpus to 1.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0a2c3ed9..0cf1bba0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -295,7 +295,7 @@ memchr = "2" nix = { version="0.26", default-features=false } nom = "7.1.3" notify = { version = "=5.1.0", features=["macos_kqueue"]} -num_cpus = "1.14" +num_cpus = "1.15" num-bigint = "0.4.3" num-traits = "0.2.15" number_prefix = "0.4"