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"
479
479
480
480
[[package ]]
481
481
name = " cc"
482
- version = " 1.0.92 "
482
+ version = " 1.0.97 "
483
483
source = " registry+https://github.com/rust-lang/crates.io-index"
484
- checksum = " 2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41 "
484
+ checksum = " 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 "
485
485
486
486
[[package ]]
487
487
name = " cfg-if"
@@ -2219,7 +2219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
2219
checksum = " 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2220
2220
dependencies = [
2221
2221
" cfg-if" ,
2222
- " windows-targets 0.48.5 " ,
2222
+ " windows-targets 0.52.4 " ,
2223
2223
]
2224
2224
2225
2225
[[package ]]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
# tidy-alphabetical-start
8
8
ar_archive_writer = " 0.2.0"
9
9
bitflags = " 2.4.1"
10
- cc = " 1.0.90 "
10
+ cc = " 1.0.97 "
11
11
itertools = " 0.12"
12
12
jobserver = " 0.1.28"
13
13
pathdiff = " 0.2.0"
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ libc = "0.2.73"
10
10
11
11
[build-dependencies ]
12
12
# tidy-alphabetical-start
13
- cc = " 1.0.90 "
13
+ cc = " 1.0.97 "
14
14
# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ core = { path = "../core" }
13
13
compiler_builtins = { version = " 0.1.0" , features = [' rustc-dep-of-std' ] }
14
14
15
15
[build-dependencies ]
16
- cc = " 1.0.90 "
16
+ cc = " 1.0.97 "
0 commit comments