We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4428a05 commit 02d045eCopy full SHA for 02d045e
library/Cargo.lock
@@ -42,9 +42,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
42
43
[[package]]
44
name = "cc"
45
-version = "1.0.99"
+version = "1.0.106"
46
source = "registry+https://github.com/rust-lang/crates.io-index"
47
-checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
+checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2"
48
49
50
name = "cfg-if"
library/profiler_builtins/Cargo.toml
@@ -13,4 +13,4 @@ core = { path = "../core" }
13
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }
14
15
[build-dependencies]
16
-cc = "1.0.97"
+cc = "=1.0.106"
0 commit comments