Skip to content

Commit

Permalink
Unfortunatly, this didn't did the trick, let's try this version
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Oct 19, 2021
1 parent 61ad4a6 commit d36701c
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 1 deletion.
99 changes: 99 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 @@ -48,7 +48,7 @@ tera = "1.5"
lazy_static = "1.4"
base64 = "0.13"
# Seems like reqwests 0.10 do the futures jump (and I'm not ready for that)
reqwest = { version = "0.11", features = ["blocking", "native-tls"] }
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"] }
openssl-probe = "0.1"
xhtmlchardet = "2.1"
human-panic = "1.0"
Expand Down

0 comments on commit d36701c

Please sign in to comment.