Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #18204 - ChrisDenton:cc, r=lnicola
Update cc to 1.1.22 This version of `cc` contains [a fix](https://github.com/rust-lang/cc-rs/releases/tag/cc-v1.1.22) to prevent spurious rebuilds. Hopefully this should help avoid the CI issues rustc has been having.
bors 2024-09-28
parent 62649a5 · parent c4103bd · commit 68f3e4d
-rw-r--r--Cargo.lock13
1 files changed, 11 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dc820fcb28..7891edc244 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -145,9 +145,12 @@ dependencies = [
[[package]]
name = "cc"
-version = "1.1.10"
+version = "1.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
+checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0"
+dependencies = [
+ "shlex",
+]
[[package]]
name = "cfg"
@@ -1853,6 +1856,12 @@ dependencies = [
]
[[package]]
+name = "shlex"
+version = "1.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
+
+[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"