Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update reqwest dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 21, 2024
1 parent 8cbcc9b commit f9f2ba9
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 152 deletions.
240 changes: 90 additions & 150 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ repository = "https://github.com/rabilrbl/downapk"
clap = { version = "^4.4", features = ["derive"] }
console = "^0.15"
indicatif = "^0.17"
reqwest = { version = "^0.11", features = ["cookies"] }
reqwest = { version = "^0.11", default-features = false, features = ["cookies", "rustls-tls-native-roots"] }
scraper = "^0.18"
tokio = { version = "^1.35", features = ["full"] }
openssl = { version = "^0.10", features = ["vendored"] }

[profile.release]
strip = true
Expand Down

0 comments on commit f9f2ba9

Please sign in to comment.