Bump cc to the latest version
diff --git a/Cargo.lock b/Cargo.lock
index 0df201f..05eaf1c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -88,7 +88,7 @@
  "quote",
  "regex",
  "rustc-hash",
- "shlex 2.0.1",
+ "shlex",
  "syn",
 ]
 
@@ -100,7 +100,7 @@
  "env_logger 0.10.2",
  "log",
  "proc-macro2",
- "shlex 2.0.1",
+ "shlex",
 ]
 
 [[package]]
@@ -120,7 +120,7 @@
  "prettyplease",
  "proc-macro2",
  "regex",
- "shlex 2.0.1",
+ "shlex",
  "similar",
  "syn",
  "tempfile",
@@ -140,11 +140,12 @@
 
 [[package]]
 name = "cc"
-version = "1.2.29"
+version = "1.2.63"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
+checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
 dependencies = [
- "shlex 1.3.0",
+ "find-msvc-tools",
+ "shlex",
 ]
 
 [[package]]
@@ -274,6 +275,12 @@
 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 
 [[package]]
+name = "find-msvc-tools"
+version = "0.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
+
+[[package]]
 name = "getrandom"
 version = "0.2.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -554,12 +561,6 @@
 
 [[package]]
 name = "shlex"
-version = "1.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
-
-[[package]]
-name = "shlex"
 version = "2.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"