diff --git a/Cargo.toml b/Cargo.toml index 439cdae..d22262f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" default = [] [dependencies] -openssl = { version = "0.10.26", optional = true, features = [ "vendored" ] } +openssl = { version = "0.10.26", optional = true } bitflags = "1.2.1" codicon = "2.1.0"