mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
c72c238a02
Also fix openssl pollution
12 lines
534 B
Diff
12 lines
534 B
Diff
--- a/zellij-utils/Cargo.toml
|
|
+++ b/zellij-utils/Cargo.toml
|
|
@@ -57,7 +57,7 @@
|
|
futures = "0.3.28"
|
|
openssl-sys = { version = "0.9.93", features = ["vendored"], optional = true }
|
|
isahc = { version = "1.7.2", default-features = false, features = ["http2", "text-decoding"] }
|
|
-curl-sys = { version = "0.4", features = ["force-system-lib-on-osx"], optional = true }
|
|
+curl-sys = { version = "0.4.78", features = ["force-system-lib-on-osx"], optional = true }
|
|
|
|
[dev-dependencies]
|
|
insta = { version = "1.6.0", features = ["backtrace"] }
|