From f6d021b67b7985817ab945ba33fa47484d9ada67 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Tue, 28 Apr 2020 02:33:25 +0200 Subject: [PATCH] first release --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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