From 67b43e909bf06ba1aefff370f7b7b0154a5ff103 Mon Sep 17 00:00:00 2001 From: Artyom Tetyukhin <51746822+arttet@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:12:17 +0400 Subject: [PATCH] Bump cc dependency --- Cargo.toml | 2 +- psm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21a8288..b78bf13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ features = [ [build-dependencies] -cc = "1.0.2" +cc = "1.1.22" diff --git a/psm/Cargo.toml b/psm/Cargo.toml index 758ae30..bb27700 100644 --- a/psm/Cargo.toml +++ b/psm/Cargo.toml @@ -13,4 +13,4 @@ readme = "README.mkd" [dependencies] [build-dependencies] -cc = "1.0.2" +cc = "1.1.22"