diff --git a/Cargo.toml b/Cargo.toml index a7b9fe1..7d1838e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "article_scraper" -version = "0.1.0" +version = "1.0.0" authors = ["Jan Lukas Gernert "] edition = "2018" @@ -14,6 +14,6 @@ regex = "1.3" encoding_rs = "0.8" chrono = "0.4" htmlescape = "0.3" -base64 = "0.11" -image = "0.22" +base64 = "0.12" +image = "0.23" log = "0.4" \ No newline at end of file