Skip to content

Commit 8c5ee51

Browse files
committed
build: use rustls tls for reqwest
1 parent 30f27f6 commit 8c5ee51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ serde_json = "1.0"
1919
serde_yaml = "0.9"
2020
toml = "0.8"
2121

22-
# HTTP client (most popular)
23-
reqwest = { version = "0.11", features = ["json"] }
22+
# HTTP client (TLS via rustls for portable cross-compiles)
23+
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
2424

2525
# Error handling (modern standard)
2626
anyhow = "1.0"

0 commit comments

Comments
 (0)