mirror of https://git.FreeBSD.org/ports.git
12 lines
722 B
TOML
12 lines
722 B
TOML
--- zellij-utils/Cargo.toml.orig 2025-04-15 07:13:16 UTC
|
|
+++ zellij-utils/Cargo.toml
|
|
@@ -45,7 +45,7 @@ interprocess = { workspace = true }
|
|
log4rs = { version = "1.2.0", default-features = false, features = ["pattern_encoder", "rolling_file_appender", "compound_policy", "fixed_window_roller", "size_trigger"] }
|
|
termwiz = { workspace = true }
|
|
interprocess = { workspace = true }
|
|
-openssl-sys = { version = "0.9.93", default-features = false, features = ["vendored"], optional = true }
|
|
+openssl-sys = { version = "0.9.93", default-features = false, optional = true }
|
|
isahc = { workspace = true }
|
|
curl-sys = { version = "0.4", default-features = false, features = ["force-system-lib-on-osx", "ssl"], optional = true }
|
|
|