Skip to content

Commit 0bce490

Browse files
committed
chore: switch from rustls to native-tls in reqwest
1 parent 9e056b1 commit 0bce490

2 files changed

Lines changed: 15 additions & 159 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 158 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
@@ -72,7 +72,7 @@ portable-pty = "0.9.0"
7272
ratatui = "0.29.0"
7373
rayon = "1.10.0"
7474
ref-cast = "1.0.24"
75-
reqwest = { version = "0.12", features = ["stream", "rustls-tls", "json"], default-features = false }
75+
reqwest = { version = "0.12", features = ["stream", "native-tls", "json"], default-features = false }
7676
rusqlite = "0.37.0"
7777
rustc-hash = "2.1.1"
7878
semver = "1.0.26"

0 commit comments

Comments
 (0)