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

Commit

Permalink
Update dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 17, 2024
1 parent 79c42dc commit f044e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 131 deletions.
130 changes: 1 addition & 129 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 @@ -15,8 +15,7 @@ repository = "https://github.com/rabilrbl/downapk"

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
openssl = { version = "0.10", features = [ "vendored" ] }
reqwest = { version = "0.11", features = ["cookies", "tokio-native-tls"]}
reqwest = { version = "0.11", no-default-features = true }
scraper = "0.18.1"
serde_json = "1.0.111"
tokio = { version = "1.35", features = ["full"] }

0 comments on commit f044e34

Please sign in to comment.