🎩 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.62
to
1.2.63
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "37a5f8f4e1a2eaf4cf483fc0fb97d35761b720c5"
"sha1": "b49589a6a1d207d9d61079ddf599c03ef89b3b55"
},
"path_in_vcs": ""
}

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

name = "cc"
version = "1.2.62"
version = "1.2.63"
dependencies = [

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

name = "hashbrown"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"

@@ -129,3 +129,3 @@ [[package]]

"equivalent",
"hashbrown 0.17.0",
"hashbrown 0.17.1",
"serde",

@@ -171,11 +171,11 @@ "serde_core",

name = "log"
version = "0.4.29"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
[[package]]
name = "memchr"
version = "2.8.0"
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"

@@ -278,5 +278,5 @@ [[package]]

name = "serde_json"
version = "1.0.149"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [

@@ -292,5 +292,5 @@ "itoa",

name = "shlex"
version = "1.3.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"

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

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

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

@@ -63,3 +63,3 @@ build = false

[dependencies.shlex]
version = "1.3.0"
version = "2.0.1"

@@ -66,0 +66,0 @@ [dev-dependencies.tempfile]

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

## [1.2.63](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.62...cc-v1.2.63) - 2026-05-29
### Other
- Update shlex requirement from 1.3.0 to 2.0.1 ([#1736](https://github.com/rust-lang/cc-rs/pull/1736))
## [1.2.62](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.61...cc-v1.2.62) - 2026-05-08

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

Sorry, the diff of this file is not supported yet