Skip to content

Commit

Permalink
uses vendored feature with openssl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Dec 29, 2023
1 parent 7191afe commit ed0296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ base64 = "0.21.5"

[dev-dependencies]
assert_cmd = "2.0.8"
openssl = "0.10.62"
openssl = { version = "0.10", features = ["vendored"] }
postgres-openssl = "0.5.0"
predicates = "2.1.5"
tokio-postgres = "0.7.10"

0 comments on commit ed0296f

Please sign in to comment.