From ccc932b378c8afa4a4784e321b8700df0355ef0b Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Wed, 12 Mar 2025 20:36:07 +0100 Subject: [PATCH] deps: downgrade cc to 1.2.15 (#14996) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09d0543345..89f6f032d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,9 +1846,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.16" +version = "1.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" +checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index a3e5cad9e6..82eb1db5c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -635,7 +635,7 @@ alloy-sol-macro = "0.8.9" anyhow = "1.0" bindgen = { version = "0.70", default-features = false } block-padding = "0.3.2" -cc = "1.0" +cc = "=1.2.15" cipher = "0.4.3" comfy-table = "7.0" concat-kdf = "0.1.0"