From 525d39e2fc2934fcb8da16f1e9654380d3a66f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:05:29 +0000 Subject: [PATCH] chore(deps): update rust crate cc to 1.0.89 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ec9950..5f95ffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.64.0" aotuv_lancer_vorbis_sys = { version = "0.1.4", path = "packages/aotuv_lancer_vorbis_sys" } ogg_next_sys = { version = "0.1.3", path = "packages/ogg_next_sys" } -cc = "1.0.88" +cc = "1.0.89" bindgen = "0.69.4" [profile.release]