From 8db2aafef86213ce55c20fd7930c8ea70d1eb43d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 02:42:20 +0000 Subject: [PATCH] Update Rust crate num_cpus to 1.14.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a51f568..0120c5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,9 +796,9 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" +checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" dependencies = [ "hermit-abi", "libc", diff --git a/Cargo.toml b/Cargo.toml index 51d9507..886e384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ diesel = {version = "2.0.2", features = ["postgres"]} diesel_logger = "0.2.0" diesel_migrations = "2.0.0" lazy_static = "1.4.0" -num_cpus = "1.13.1" +num_cpus = "1.14.0" regex = "1.6.0" reqwest = {version = "0.11.12", features = ["json", "rustls-tls", "gzip", "brotli"]} rocket = {git = "https://github.com/SergioBenitez/Rocket"}