From 790a25f5ab98882b69b868cdb94eb93a387acc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 17:30:31 +0000 Subject: [PATCH] Bump cc from 1.0.66 to 1.0.75 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.66 to 1.0.75. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.66...1.0.75) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... 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..ae7f8881d567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,9 +670,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.66" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" +checksum = "41ca34107f97baef6cfb231b32f36115781856b8f8208e8c580e0bcaea374842" dependencies = [ "jobserver", ] diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 823c638d6587..9289bc1dd4af 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.75", features = ["jobserver", "parallel"] } chrono = "0.4.19" itertools = "0.10.0" itoa = "0.4.7"