Conservatively bump cc

Cargo.lock already specifies a newer version, but there's a ton of
bugfixes in each cc version and raising the requirement ensures that
users benefit from more recent fixes.

Difftastic has a non-trivial amount of C code from vendored
parsers and newer cc ensures that difftastic builds correctly even in
exotic environments.
pull/892/head
Wilfred Hughes 2025-10-05 21:15:24 +07:00
parent bcb2792d5e
commit 5c7dc03109
1 changed files with 1 additions and 1 deletions

@ -128,7 +128,7 @@ pretty_assertions = "1.3.0"
[build-dependencies]
# TODO: enable parallel mode once MSRV hits 1.61, see discussion in
# https://github.com/rust-lang/cc-rs/pull/849
cc = "1.1.30"
cc = "1.2.13"
rayon = "1.7.0"
version_check = "0.9.4"