From c4c93ca8fc95241c83a030efe55af4e0fe509e67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 08:35:52 +0000 Subject: [PATCH] Bump cc from 1.0.45 to 1.0.50 Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.45 to 1.0.50. - [Release notes](https://github.com/alexcrichton/cc-rs/releases) - [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.45...1.0.50) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51540b4dfd5..e7df7616937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,12 +563,11 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.45" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be" +checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" dependencies = [ "jobserver", - "num_cpus", ] [[package]]