From 25f7a17eb1f283bb1f425b4f3074cdd6e3c7d030 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 03:26:42 +0000 Subject: [PATCH] chore(deps): update rust crate cc to 1.0.87 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b8157d..3ab663f 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.85" +cc = "1.0.87" bindgen = "0.69.4" [profile.release]