Skip to content

Commit

Permalink
Use rustls instead of OpenSSL TLS
Browse files Browse the repository at this point in the history
This allows the release executable to be a single static binary on Linux
platforms. Closes #132

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored and dvc94ch committed Aug 30, 2023
1 parent 507b43b commit c2f3291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbuild/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mvn = { version = "0.2.0", path = "../mvn" }
path-slash = "0.2.1"
plist = "1.3.1"
quick-xml = { version = "0.26.0", features = ["serialize"] }
reqwest = { version = "0.11.13", features = ["blocking"] }
reqwest = { version = "0.11.13", default-features = false, features = ["blocking", "rustls-tls"] }
serde = { version = "1.0.151", features = ["derive"] }
serde_yaml = "0.9.16"
symlink = "0.1.0"
Expand Down

0 comments on commit c2f3291

Please sign in to comment.