Skip to content

Commit

Permalink
fix: Fix openssl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 29, 2023
1 parent 474477a commit d00daef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/talos_certifier_adapters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ futures-util = "0.3.21"
# Kafka
rdkafka = { version = "0.34.0", features = ["sasl"] }
rdkafka-sys = { version = "4.6.0", features = ["ssl-vendored", "libz-static", "gssapi-vendored"] }

#openssl-sys = { version = "0.9", features = ["vendored"] }
openssl-sys = { version = "0.9", features = ["vendored"] }
#sasl2-sys = { version = "0.1", features = ["vendored"] }

# uuid
Expand Down

0 comments on commit d00daef

Please sign in to comment.