Skip to content

Commit

Permalink
Fix reqwest tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Oct 25, 2022
1 parent 4d2a05c commit 6709c76
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = "1.0.66"
rocket = { version = "0.5.0-rc.2", default-features = false }
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["handlebars"] }
serde = "1.0.147"
reqwest = { version = "0.11.12", features = ["rustls", "json", "cookies", "multipart"], default-features = false }
reqwest = { version = "0.11.12", features = ["rustls-tls", "json", "cookies", "multipart"], default-features = false }
serde_json = "1.0.87"
comrak = { version = "0.14.0", default-features = false }
chrono = "0.4.22"
Expand Down

0 comments on commit 6709c76

Please sign in to comment.