From 8315759da03999a931f31d2606e075333173675d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:13:53 +0000 Subject: [PATCH] Update Rust crate num_cpus to 1.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..8618992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ git-cvs-fast-import-process = { path = "internal/process" } git-cvs-fast-import-state = { path = "internal/state" } git-fast-import = { path = "git-fast-import" } log = "0.4.14" -num_cpus = "1.13.1" +num_cpus = "1.16.0" parse_duration = "2.1.1" patchset = { path = "patchset" } rcs-ed = { path = "rcs-ed" }