From 66e79f9b731c634c62abcd751852c5111d9dcdb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:38:06 +0000 Subject: [PATCH] chore(deps): update rust crate cc to 1.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4fc056..421df00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ dinghy-test = "0.8.0" itertools = "0.13" include_dir = "0.7" paste = "1.0.15" -cc = "1.2.2" +cc = "1.2.7" rusqlite = { version = "0.32.1", features = ["bundled"] } concat-idents = "1.1.5"