From 183c3d2682947fc96b61576d45e96321c1bba999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:06:36 +0000 Subject: [PATCH] fix(deps): update rust crate num_cpus to 1.16.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28e5aa2..c77c969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ default-features = false features = ["fs", "mount"] [dependencies.num_cpus] -version = "1.0" +version = "1.16.0" default-features = false [dependencies.oci-spec]