Skip to content

Commit

Permalink
fix: add vendored ssl to the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed Jun 5, 2024
1 parent 63c65f7 commit 398b338
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ log4rs = "1.3.0"
minijinja = "2.0.1"
multiline-str = "0.1.1"
openai_dive = "0.4.8"
openssl = { version = "0.10.64", features = ["vendored"] }
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.203", features = ["derive"] }
text-block-macros = "0.1.1"
Expand Down

0 comments on commit 398b338

Please sign in to comment.