Skip to content

Commit 34f4030

Browse files
authored
Remove openssl vendored option to synapse_auto_compressor (#157)
1 parent f01452b commit 34f4030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse_auto_compressor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clap = { workspace = true, optional = true }
1414
env_logger.workspace = true
1515
log-panics.workspace = true
1616
log.workspace = true
17-
openssl = { workspace = true, features = ["vendored"] }
17+
openssl.workspace = true
1818
postgres-openssl.workspace = true
1919
postgres.workspace = true
2020
pyo3 = { workspace = true, optional = true }

0 commit comments

Comments
 (0)