🎩 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.58
to
1.2.59
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "bf119a15810308271fe9087db0480ef0ac77fc98"
"sha1": "f4c5ac7a7e7917660d2068ecb5fd015a11ffb3d6"
},
"path_in_vcs": ""
}

@@ -19,3 +19,3 @@ # This file is automatically @generated by Cargo.

name = "cc"
version = "1.2.58"
version = "1.2.59"
dependencies = [

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

name = "indexmap"
version = "2.13.0"
version = "2.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
dependencies = [

@@ -158,5 +158,5 @@ "equivalent",

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

@@ -163,0 +163,0 @@ [[package]]

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

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

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

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

## [1.2.59](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.58...cc-v1.2.59) - 2026-04-03
### Fixed
- *(ar)* deterministic archives with `D` modifier ([#1697](https://github.com/rust-lang/cc-rs/pull/1697))
### Other
- Regenerate target info ([#1698](https://github.com/rust-lang/cc-rs/pull/1698))
- Fix target abi parsing for sanitiser targets ([#1695](https://github.com/rust-lang/cc-rs/pull/1695))
## [1.2.58](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.57...cc-v1.2.58) - 2026-03-27

@@ -12,0 +23,0 @@

@@ -311,2 +311,4 @@ //! This file is generated code. Please edit the generator in

("x86_64-unknown-linux-gnuasan", "x86_64-unknown-linux-gnu"),
("x86_64-unknown-linux-gnumsan", "x86_64-unknown-linux-gnu"),
("x86_64-unknown-linux-gnutsan", "x86_64-unknown-linux-gnu"),
("x86_64-unknown-linux-gnux32", "x86_64-unknown-linux-gnux32"),

@@ -313,0 +315,0 @@ ("x86_64-unknown-linux-musl", "x86_64-unknown-linux-musl"),

@@ -441,3 +441,3 @@ use std::mem;

if abi == "asan" {
if ["asan", "msan", "tsan"].contains(&abi) {
abi = "";

@@ -444,0 +444,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display