From 45af638bf5e862eebdd177d327dbc47f10fc9e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:39:58 +0000 Subject: [PATCH] chore(deps): bump cc from 1.2.47 to 1.2.48 Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.47 to 1.2.48. - [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.47...cc-v1.2.48) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7c90ce4..c30730d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,9 +154,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "cc" -version = "1.2.47" +version = "1.2.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07" +checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" dependencies = [ "find-msvc-tools", "jobserver", diff --git a/Cargo.toml b/Cargo.toml index 531536c0..a1c5b4f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ hf-hub = { version = "0.4.3" } criterion = "0.5.1" pprof = "0.13.0" bindgen = "0.72.1" -cc = "1.2.47" +cc = "1.2.48" anyhow = "1.0.100" clap = "4.5.53" encoding_rs = "0.8.35"