chore(deps): update rust crate cc to v1.2.28
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc

This commit is contained in:
Renovate 2025-07-04 12:31:30 +00:00
parent 44f752ab2b
commit 8d21e6988c
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

4
Cargo.lock generated
View file

@ -359,9 +359,9 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.2.27" version = "1.2.28"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" checksum = "4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c"
dependencies = [ dependencies = [
"jobserver", "jobserver",
"libc", "libc",