Skip to content

Commit

Permalink
fix: force reqwest native-tls-vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
talss89 committed Feb 22, 2024
1 parent 3f6b24b commit e627e2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ indicatif = "0.17.7"
log = "0.4.20"
passwords = "3.1.16"
regex = "1.10.3"
reqwest = { version = "0.11.24", features = ["native-tls-vendored"] }
rustic_backend = "0.1.1"
rustic_core = "0.2.0"
self_update = { version = "0.39.0", features = ["archive-tar", "compression-flate2"] }
Expand Down

0 comments on commit e627e2f

Please sign in to comment.