mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
dont use .X versions of deps
This commit is contained in:
parent
ed66a705c1
commit
b76bb7eea7
1 changed files with 12 additions and 12 deletions
24
Cargo.toml
24
Cargo.toml
|
@ -4,15 +4,15 @@ version = "0.1.0"
|
||||||
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
|
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "0.1.2"
|
failure = "0.1"
|
||||||
libxml = "0.2.2"
|
libxml = "0.2"
|
||||||
reqwest = "0.8.7"
|
reqwest = "0.8"
|
||||||
url = "1.7.1"
|
url = "1.7"
|
||||||
regex = "1.0.2"
|
regex = "1.0"
|
||||||
encoding_rs = "0.8.4"
|
encoding_rs = "0.8"
|
||||||
chrono = "0.4.5"
|
chrono = "0.4"
|
||||||
htmlescape = "0.3.1"
|
htmlescape = "0.3"
|
||||||
base64 = "0.9.2"
|
base64 = "0.9"
|
||||||
image = "0.19.0"
|
image = "0.19"
|
||||||
log = "0.4.3"
|
log = "0.4"
|
||||||
mime_guess = "1.8.6"
|
mime_guess = "1.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue