🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

cc

Package Overview
Dependencies
Maintainers
0
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc - cargo Package Compare versions

Comparing version
1.2.60
to
1.2.61
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "7cad9f5b10c33fa969a13ead70b43b64380cc9e2"
"sha1": "360f69119862eb26b44253f09f9ce60be5b3011b"
},
"path_in_vcs": ""
}

@@ -13,9 +13,9 @@ # This file is automatically @generated by Cargo.

name = "bitflags"
version = "2.11.0"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
[[package]]
name = "cc"
version = "1.2.60"
version = "1.2.61"
dependencies = [

@@ -157,5 +157,5 @@ "find-msvc-tools",

name = "libc"
version = "0.2.184"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

@@ -331,7 +331,7 @@ [[package]]

name = "wasip2"
version = "1.0.2+wasi-0.2.9"
version = "1.0.3+wasi-0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
dependencies = [
"wit-bindgen",
"wit-bindgen 0.57.1",
]

@@ -345,3 +345,3 @@

dependencies = [
"wit-bindgen",
"wit-bindgen 0.51.0",
]

@@ -408,2 +408,8 @@

[[package]]
name = "wit-bindgen"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
[[package]]
name = "wit-bindgen-core"

@@ -410,0 +416,0 @@ version = "0.51.0"

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "cc"
version = "1.2.60"
version = "1.2.61"
authors = ["Alex Crichton <alex@alexcrichton.com>"]

@@ -19,0 +19,0 @@ build = false

@@ -10,2 +10,8 @@ # Changelog

## [1.2.61](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.60...cc-v1.2.61) - 2026-04-24
### Other
- fix `OutputKind::Capture` documentation ([#1705](https://github.com/rust-lang/cc-rs/pull/1705))
## [1.2.60](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.59...cc-v1.2.60) - 2026-04-10

@@ -12,0 +18,0 @@

@@ -37,3 +37,3 @@ //! Miscellaneous helpers for running commands

Discard,
/// Capture the result (`[Stdio::piped()`])
/// Capture the result ([`Stdio::piped()`])
Capture,

@@ -40,0 +40,0 @@ }

Sorry, the diff of this file is not supported yet