summaryrefslogtreecommitdiffstats
path: root/lib/etc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-06-30 16:44:23 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-06-30 16:44:23 +0200
commit2185d440114e2d2693863371243495048dc7d349 (patch)
tree3a1d7457a92241183eb54d2a99fb4b027002c33c /lib/etc
parentf1ad4500335cdec4e3ed4f4c8b99130ad70637ea (diff)
Update all dependencies
This patch updates all dependencies but not "nom". Done with `cargo upgrade --all` and manual editing. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/etc')
-rw-r--r--lib/etc/libimaginteraction/Cargo.toml22
-rw-r--r--lib/etc/libimagtimeui/Cargo.toml10
-rw-r--r--lib/etc/libimagutil/Cargo.toml12
3 files changed, 22 insertions, 22 deletions
diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml
index 513e3db5..9217d779 100644
--- a/lib/etc/libimaginteraction/Cargo.toml
+++ b/lib/etc/libimaginteraction/Cargo.toml
@@ -20,22 +20,22 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
-ansi_term = "0.11"
-interactor = "0.1"
-lazy_static = "1.2"
-log = "0.4.0"
-regex = "1"
-toml = "0.5"
-handlebars = "1.0"
-serde_json = "1"
-failure = "0.1"
-failure_derive = "0.1"
+ansi_term = "0.11.0"
+interactor = "0.1.1"
+lazy_static = "1.3.0"
+log = "0.4.6"
+regex = "1.1.7"
+toml = "0.5.1"
+handlebars = "1.1.0"
+serde_json = "1.0.39"
+failure = "0.1.5"
+failure_derive = "0.1.5"
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.10.0", path = "../../../lib/core/libimagerror" }
[dependencies.clap]
-version = "^2.29"
+version = "2.33.0"
default-features = false
features = ["color", "suggestions", "wrap_help"]
diff --git a/lib/etc/libimagtimeui/Cargo.toml b/lib/etc/libimagtimeui/Cargo.toml
index 6f42e790..1e5eaa2a 100644
--- a/lib/etc/libimagtimeui/Cargo.toml
+++ b/lib/etc/libimagtimeui/Cargo.toml
@@ -20,13 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
maintenance = { status = "actively-developed" }
[dependencies]
-lazy_static = "1.2"
-log = "0.4.0"
-chrono = "0.4"
-regex = "1"
+lazy_static = "1.3.0"
+log = "0.4.6"
+chrono = "0.4.7"
+regex = "1.1.7"
[dependencies.clap]
-version = "^2.29"
+version = "2.33.0"
default-features = false
features = ["color", "suggestions", "wrap_help"]
diff --git a/lib/etc/libimagutil/Cargo.toml b/lib/etc/libimagutil/Cargo.toml
index 742f4d84..369e94e3 100644
--- a/lib/etc/libimagutil/Cargo.toml
+++ b/lib/etc/libimagutil/Cargo.toml
@@ -26,11 +26,11 @@ default = []
testing = []
[dependencies]
-url = "1.5"
+url = "1.7.2"
boolinator = "2.4.0"
-lazy_static = "1.2"
-log = "0.4.0"
-regex = "1"
-tempfile = "3"
-chrono = "0.4"
+lazy_static = "1.3.0"
+log = "0.4.6"
+regex = "1.1.7"
+tempfile = "3.0.9"
+chrono = "0.4.7"