File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
library/profiler_builtins Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -479,9 +479,9 @@ version = "0.1.0"
479479
480480[[package ]]
481481name = " cc"
482- version = " 1.0.92 "
482+ version = " 1.0.97 "
483483source = " registry+https://github.com/rust-lang/crates.io-index"
484- checksum = " 2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41 "
484+ checksum = " 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 "
485485
486486[[package ]]
487487name = " cfg-if"
@@ -2219,7 +2219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22192219checksum = " 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
22202220dependencies = [
22212221 " cfg-if" ,
2222- " windows-targets 0.48.5 " ,
2222+ " windows-targets 0.52.4 " ,
22232223]
22242224
22252225[[package ]]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
77# tidy-alphabetical-start
88ar_archive_writer = " 0.2.0"
99bitflags = " 2.4.1"
10- cc = " 1.0.90 "
10+ cc = " 1.0.97 "
1111itertools = " 0.12"
1212jobserver = " 0.1.28"
1313pathdiff = " 0.2.0"
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ libc = "0.2.73"
1010
1111[build-dependencies ]
1212# tidy-alphabetical-start
13- cc = " 1.0.90 "
13+ cc = " 1.0.97 "
1414# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ core = { path = "../core" }
1313compiler_builtins = { version = " 0.1.0" , features = [' rustc-dep-of-std' ] }
1414
1515[build-dependencies ]
16- cc = " 1.0.90 "
16+ cc = " 1.0.97 "
You can’t perform that action at this time.
0 commit comments