about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2020-05-04 08:35:45 -0700
committerAlex Crichton <alex@alexcrichton.com>2020-05-04 08:35:45 -0700
commit3318187ebc71c0bdf1a1fc114763a5f655e34b51 (patch)
treef171cbcd497649d2e4693b85b3fa784e82b753a6
parent6318d24ad8440fa30428b405be1174478e9536e3 (diff)
downloadrust-3318187ebc71c0bdf1a1fc114763a5f655e34b51.tar.gz
rust-3318187ebc71c0bdf1a1fc114763a5f655e34b51.zip
Update the `cc` crate
Pulls in updated MSVC detection logic landed in alexcrichton/cc-rs#488
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74578084a72..638a064577a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -412,9 +412,9 @@ version = "0.1.0"
 
 [[package]]
 name = "cc"
-version = "1.0.50"
+version = "1.0.52"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
+checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
 dependencies = [
  "jobserver",
 ]