Skip to content

Commit 4c1134e

Browse files
committed
Switch reqwest TLS backend to rustls
Replace reqwest feature 'native-tls-vendored' with 'rustls-tls' in Cargo.toml to use a rustls-based TLS stack. Cargo.lock was regenerated/updated to reflect the new TLS backend and associated dependency version changes.
1 parent 90e3254 commit 4c1134e

2 files changed

Lines changed: 118 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 117 additions & 18 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
@@ -22,7 +22,7 @@ minijinja-embed = "2.0.1"
2222
clap = { version = "4.5.4", features = ["derive"] }
2323
lazy_static = "1.4.0"
2424
gray_matter = "0.3.2"
25-
reqwest = { version = "0.12.4", features = ["blocking", "native-tls-vendored"] }
25+
reqwest = { version = "0.12.4", features = ["blocking", "rustls-tls"] }
2626
log = "0.4.21"
2727
pretty_env_logger = "0.5.0"
2828
colored = "3.0.0"

0 commit comments

Comments
 (0)