Skip to content

Commit c2f3291

Browse files
notgulldvc94ch
authored andcommitted
Use rustls instead of OpenSSL TLS
This allows the release executable to be a single static binary on Linux platforms. Closes #132 Signed-off-by: John Nunley <[email protected]>
1 parent 507b43b commit c2f3291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbuild/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mvn = { version = "0.2.0", path = "../mvn" }
2929
path-slash = "0.2.1"
3030
plist = "1.3.1"
3131
quick-xml = { version = "0.26.0", features = ["serialize"] }
32-
reqwest = { version = "0.11.13", features = ["blocking"] }
32+
reqwest = { version = "0.11.13", default-features = false, features = ["blocking", "rustls-tls"] }
3333
serde = { version = "1.0.151", features = ["derive"] }
3434
serde_yaml = "0.9.16"
3535
symlink = "0.1.0"

0 commit comments

Comments
 (0)