Skip to content

Commit

Permalink
env: add openssl vendored feature for issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Nov 22, 2023
1 parent c265af3 commit 22fbb9a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
45 changes: 31 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ indicatif = {version = "0.17.5", features = ["rayon"]}
indoc = "2.0.4"
itertools = "0.11.0"
log = "0.4.17"
openssl = { version = "0.10.59", features = ["vendored"] }
petgraph = { version = "0.6.3", features = ["serde-1"] }
raqote = "0.8.2"
rand = "0.8.5"
Expand All @@ -26,8 +27,6 @@ rusttype = "0.9.3"
semver = "1.0.19"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
#strum = "0.25.0"
#strum_macros = "0.25"
strum = { version = "0.25", features = ["derive"] }
tempfile = "3.5.0"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 22fbb9a

Please sign in to comment.