Skip to content

Commit 4c3bccc

Browse files
committed
fix: use rustls for musl builds
1 parent 57d2daa commit 4c3bccc

2 files changed

Lines changed: 1 addition & 127 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tracing = "=0.1.41"
3939
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
4040

4141
# Sending requests to the API server
42-
reqwest = { version = "=0.12.24", features = ["json", "stream"] }
42+
reqwest = { version = "=0.12.24", default-features = false, features = ["charset", "http2", "system-proxy", "rustls-tls"] }
4343

4444
# Error handling
4545
thiserror = "=2.0.17"

0 commit comments

Comments
 (0)