Bump curl-sys to fix Sonoma issues with it

See https://github.com/alexcrichton/curl-rust/issues/524
This commit is contained in:
Kirill Bulatov 2023-10-09 17:09:58 +03:00
parent 77a932fe3b
commit 38d53a6fe2

4
Cargo.lock generated
View File

@ -2079,9 +2079,9 @@ dependencies = [
[[package]] [[package]]
name = "curl-sys" name = "curl-sys"
version = "0.4.66+curl-8.3.0" version = "0.4.67+curl-8.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70c44a72e830f0e40ad90dda8a6ab6ed6314d39776599a58a2e5e37fbc6db5b9" checksum = "3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",