From 02e8b2586a1386c4c35573ddfb38e26dab94414c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:04:18 +0000 Subject: [PATCH] Bump cc from 1.0.66 to 1.0.67 Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.66 to 1.0.67. - [Release notes](https://github.com/alexcrichton/cc-rs/releases) - [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.66...1.0.67) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- common/workspace-hack/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8eceef351a1..160e62063479 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,9 +670,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.66" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" +checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" dependencies = [ "jobserver", ] diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 823c638d6587..3c50542e5a68 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] byteorder = { version = "1.4.2", features = ["i128", "std"] } bytes = { version = "1.0.0", features = ["serde", "std"] } -cc = { version = "1.0.66", features = ["jobserver", "parallel"] } +cc = { version = "1.0.67", features = ["jobserver", "parallel"] } chrono = "0.4.19" itertools = "0.10.0" itoa = "0.4.7"