aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2021-01-02 01:23:38 +0100
committerMariot Tsitoara <[email protected]>2021-01-02 01:23:38 +0100
commitfb6ab67cce203ed7519c7ccc5632a15701bd7499 (patch)
treed2830f64a03f6e860bbf1d2e9f2f8c0fdf412c49
parentUpdate cli version code and author info (diff)
downloadchan-downloader-fb6ab67cce203ed7519c7ccc5632a15701bd7499.tar.xz
chan-downloader-fb6ab67cce203ed7519c7ccc5632a15701bd7499.zip
Upgrade dependencies
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0cfe0d..dd9eb88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "chan-downloader"
description = "CLI to download all images/webms of a 4chan thread"
version = "0.1.1"
-authors = ["Mariot Tsitoara <[email protected]>"]
+authors = ["Mariot Tsitoara <[email protected]>"]
edition = "2018"
license = "MIT"
readme = "README.md"
@@ -12,8 +12,8 @@ keywords = ["cli", "4chan", "download", "downloader", "crawler"]
categories = ["command-line-utilities"]
[dependencies]
-clap = {version = "2.32", features = ["yaml"]}
-indicatif = "0.11.0"
-lazy_static = "1.3.0"
-regex = "1.1.2"
+clap = {version = "2.33.3", features = ["yaml"]}
+indicatif = "0.15.0"
+lazy_static = "1.4.0"
+regex = "1.4.2"
reqwest = "0.9.12"