From 916cfbf13bbbfbf70710a5d5faca13f9233cca91 Mon Sep 17 00:00:00 2001 From: Clete Blackwell II Date: Mon, 13 Nov 2023 07:48:45 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Pin=20cc=20to=20version?= =?UTF-8?q?=20per=20GitHub=20issue=20in=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 5 +++-- Cargo.toml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4391daf..6211893 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,9 +559,9 @@ checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" [[package]] name = "cc" -version = "1.0.84" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "libc", ] @@ -1762,6 +1762,7 @@ dependencies = [ "aws-sdk-cloudwatchlogs", "aws-smithy-types", "cached", + "cc", "ctor", "env_logger", "insta", diff --git a/Cargo.toml b/Cargo.toml index d776702..9c8bdbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ aws-sdk-cloudwatch = "0.30" aws-config = "0.56" aws-smithy-types = "0.56" async-trait = "0.1" +cc = "=1.0.83" # TODO: Remove once https://github.com/cargo-lambda/cargo-lambda/issues/566 is fixed [dev-dependencies] insta = { version = "1.31", features = ["filters"] }