Skip to content

Commit

Permalink
Attempt to add openssl vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Feb 14, 2024
1 parent f7d2e26 commit 141fa3f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 16 deletions.
47 changes: 32 additions & 15 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion protobuf-delta-lake-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ object_store = "0.5.6"
uuid = "1.3.3"
parquet = { version = "39" }
log = "0.4.19"
env_logger = "0.10.0"
env_logger = "0.10.0"
openssl = { version = "0.10.59", features = ["vendored"] }

0 comments on commit 141fa3f

Please sign in to comment.