Skip to content

Commit

Permalink
Vendor openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
mara-schulke committed Nov 24, 2023
1 parent 2ea2f18 commit e04bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bytes = "1.0"
clap = { version = "4.3", features = ["cargo", "derive"] }
diff-struct = { version = "0.5.3", optional = true }
flate2 = "1"
git2 = { version = "0.18.1", optional = true }
git2 = { version = "0.18.1", features = ["vendored-openssl"], optional = true }
hex = "0.4.3"
home = "0.5.5"
human-panic = "1"
Expand Down

0 comments on commit e04bdc8

Please sign in to comment.