Fix macOS build by updating cc (#5393)

* Fix macOS build by bumping `cc`
This commit is contained in:
Michael Sproul 2024-03-12 13:47:54 +11:00 committed by GitHub
parent 10a38a8aae
commit 1d7223fadf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
Cargo.lock generated
View File

@ -1354,10 +1354,11 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
version = "1.0.88"
version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
dependencies = [
"jobserver",
"libc",
]
@ -4367,6 +4368,15 @@ dependencies = [
"libc",
]
[[package]]
name = "jobserver"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.68"