We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d7cfc commit 18129b6Copy full SHA for 18129b6
Cargo.lock
@@ -489,9 +489,9 @@ version = "0.1.0"
489
490
[[package]]
491
name = "cc"
492
-version = "1.0.74"
+version = "1.0.76"
493
source = "registry+https://github.com/rust-lang/crates.io-index"
494
-checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
+checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
495
dependencies = [
496
"jobserver",
497
]
library/unwind/Cargo.toml
@@ -20,7 +20,7 @@ compiler_builtins = "0.1.0"
20
cfg-if = "0.1.8"
21
22
[build-dependencies]
23
-cc = "1.0.74"
+cc = "1.0.76"
24
25
[features]
26
0 commit comments