File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -412,9 +412,9 @@ version = "0.1.0"
412
412
413
413
[[package ]]
414
414
name = " cc"
415
- version = " 1.0.57 "
415
+ version = " 1.0.58 "
416
416
source = " registry+https://github.com/rust-lang/crates.io-index"
417
- checksum = " 0fde55d2a2bfaa4c9668bbc63f531fbdeee3ffe188f4662511ce2c22b3eedebe "
417
+ checksum = " f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518 "
418
418
dependencies = [
419
419
" jobserver" ,
420
420
]
@@ -1576,9 +1576,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
1576
1576
1577
1577
[[package ]]
1578
1578
name = " libc"
1579
- version = " 0.2.71 "
1579
+ version = " 0.2.73 "
1580
1580
source = " registry+https://github.com/rust-lang/crates.io-index"
1581
- checksum = " 9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49 "
1581
+ checksum = " bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9 "
1582
1582
dependencies = [
1583
1583
" rustc-std-workspace-core" ,
1584
1584
]
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ static-libstdcpp = []
14
14
emscripten = []
15
15
16
16
[dependencies ]
17
- libc = " 0.2"
17
+ libc = " 0.2.73 "
18
18
19
19
[build-dependencies ]
20
20
build_helper = { path = " ../build_helper" }
21
- cc = " 1.0.1 "
21
+ cc = " 1.0.58 "
You can’t perform that action at this time.
0 commit comments