Skip to content

Commit

Permalink
Last attempt at fixing my rspbian issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Oct 19, 2021
1 parent 1f5a773 commit 583531b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 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", "rustls-tls"] }
reqwest = { version = "0.11", features = ["blocking", "rustls-tls-native-roots"] }
openssl-probe = "0.1"
xhtmlchardet = "2.1"
human-panic = "1.0"
Expand Down

0 comments on commit 583531b

Please sign in to comment.