Skip to content

Commit

Permalink
Fix openssl being pulled in by self_update
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Nov 20, 2023
1 parent 1384951 commit 2bd22af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 127 deletions.
126 changes: 0 additions & 126 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ reqwest = { version = "0.11.18", default-features = false, features = ["blocking
reqwest-middleware = "0.2.3"
rfd = "0.11.4"
rust-ini = "0.19.0"
self_update = { version = "0.37.0", features = ["archive-zip"] }
self_update = { version = "0.37.0", default-features = false, features = ["archive-zip", "rustls"] }
semver = "1.0.18"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
Expand Down

0 comments on commit 2bd22af

Please sign in to comment.