From 18129b67a09f5a7df027d07316cee5a4eaeaf0dd Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Wed, 9 Nov 2022 21:52:10 +0000 Subject: [PATCH] Upgrade cc to 1.0.76 --- Cargo.lock | 4 ++-- library/unwind/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcf40977bdcb6..3bde0e9ed12ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,9 +489,9 @@ version = "0.1.0" [[package]] name = "cc" -version = "1.0.74" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574" +checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f" dependencies = [ "jobserver", ] diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml index dbd360065c844..f3e4d3db495d9 100644 --- a/library/unwind/Cargo.toml +++ b/library/unwind/Cargo.toml @@ -20,7 +20,7 @@ compiler_builtins = "0.1.0" cfg-if = "0.1.8" [build-dependencies] -cc = "1.0.74" +cc = "1.0.76" [features]