From e65b7f2875320ac90397c6caa2bf4ffb37cfa83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:17:04 +0000 Subject: [PATCH] build(deps): bump cc from 1.2.57 to 1.2.58 in the cargo group Bumps the cargo group with 1 update: [cc](https://github.com/rust-lang/cc-rs). Updates `cc` from 1.2.57 to 1.2.58 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.57...cc-v1.2.58) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 71863 -> 71863 bytes Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 34bab529c02e92d9280bd92752b3268c36e8ec02..7d98ff1be1551c82303f1182a4c0b979551d1191 100644 GIT binary patch delta 90 zcmV~$u@QhE3;@9MP8XnXjsQYJ`HC|tsUEd1}c>9@Id+orHBl3lG( tGDb@1Rgnow6o}b*;iSMR9ugR9;UuJ59U?IRBRKNd)^|QX+dn%z;}7UJ8#w>~ diff --git a/Cargo.toml b/Cargo.toml index 02a2e6597..accd7e8ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ ansi_colours = "1.2.3" anstyle = "1.0.14" anyhow = "1.0.102" bstr = "1.12.1" -cc = "1.2.57" +cc = "1.2.58" clap = { features = [ "cargo", "derive",