fix(plugins): force use curl system lib on macOS (#3668)

This commit is contained in:
Daniel Jankowski 2024-10-13 17:03:28 +02:00 committed by GitHub
parent 7559b26ce0
commit eb3e7aed99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -5128,6 +5128,7 @@ dependencies = [
"colorsys",
"common-path",
"crossbeam",
"curl-sys",
"directories",
"expect-test",
"futures",

View file

@ -58,6 +58,7 @@ humantime = "2.1.0"
futures = "0.3.28"
openssl-sys = { version = "0.9.93", features = ["vendored"] }
isahc = "1.7.2"
curl-sys = { version = "0.4", features = ["force-system-lib-on-osx"] }
[dev-dependencies]
insta = { version = "1.6.0", features = ["backtrace"] }