Skip to content

Commit

Permalink
supervisor: use vendored feature of openssl (encoredev#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
eandre authored Nov 12, 2024
1 parent 1194e64 commit 030baf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions 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 supervisor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ http = "1.0.0"
futures = "0.3.30"
reqwest = { version = "0.12.4", features = ["blocking", "stream", "json"] }
bytes = { version = "1.5.0", features = [] }

openssl = { version = "0.10.68", features = ["vendored"] }

[build-dependencies]
prost-build = { version = "0.12.1" }

0 comments on commit 030baf2

Please sign in to comment.