about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/unwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml
index 69fce8d7795..dbd360065c8 100644
--- a/library/unwind/Cargo.toml
+++ b/library/unwind/Cargo.toml
@@ -20,7 +20,7 @@ compiler_builtins = "0.1.0"
 cfg-if = "0.1.8"
 
 [build-dependencies]
-cc = "1.0.69"
+cc = "1.0.74"
 
 [features]