Skip to content

Commit

Permalink
maybe fix ssl on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Nov 15, 2024
1 parent 15b97c6 commit b0fc06e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions backend/Cargo.lock

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

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ tokio-native-tls = "^0"
openssl = "=0.10"
mail-parser = "^0"
matchit = "=0.7.3"
rdkafka = { version = "0.36.2", features = ["cmake-build", "ssl"] }
rdkafka = { version = "0.36.2", features = ["cmake-build", "ssl-vendored"] }

datafusion = "39.0.0"
object_store = { version = "0.10.0", features = ["aws", "azure"] }
Expand Down

0 comments on commit b0fc06e

Please sign in to comment.