Skip to content

Commit

Permalink
chore: remove ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
meienberger committed Feb 16, 2024
1 parent f162dcb commit b7c48e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ get_if_addrs = "0.5.3"
hex = "0.4.3"
indicatif = "0.17.7"
jsonwebtoken = "9.2.0"
openssl = { version = "0.10.63", features = ["vendored"] }
prettytable = "0.10.0"
rand = "0.8.5"
reqwest = "0.11.23"
Expand All @@ -23,3 +22,6 @@ serde_json = "1.0.111"
sha2 = "0.10.8"
sys-info = "0.9.1"
tempfile = "3.9.0"

[profile.release]
strip = true

0 comments on commit b7c48e5

Please sign in to comment.