From ee5348ea235c9aedc24bf3d6a3f4a372d5981e82 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 7 Oct 2019 18:05:58 +0200 Subject: [PATCH] Update dependency: url: 1.7.2 -> 2 Signed-off-by: Matthias Beyer --- bin/core/imag-annotate/Cargo.toml | 2 +- bin/core/imag-gps/Cargo.toml | 2 +- bin/core/imag-link/Cargo.toml | 2 +- lib/domain/libimagbookmark/Cargo.toml | 2 +- lib/entry/libimagentrylink/Cargo.toml | 2 +- lib/entry/libimagentrymarkdown/Cargo.toml | 2 +- lib/entry/libimagentryurl/Cargo.toml | 2 +- lib/etc/libimagutil/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/core/imag-annotate/Cargo.toml b/bin/core/imag-annotate/Cargo.toml index a0047910..1d3d9ce0 100644 --- a/bin/core/imag-annotate/Cargo.toml +++ b/bin/core/imag-annotate/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" -url = "1.7.2" +url = "2" toml = "0.5.1" toml-query = "0.9.2" failure = "0.1.5" diff --git a/bin/core/imag-gps/Cargo.toml b/bin/core/imag-gps/Cargo.toml index badb08cd..cb7247fc 100644 --- a/bin/core/imag-gps/Cargo.toml +++ b/bin/core/imag-gps/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" -url = "1.7.2" +url = "2" toml = "0.5.1" toml-query = "0.9.2" failure = "0.1.5" diff --git a/bin/core/imag-link/Cargo.toml b/bin/core/imag-link/Cargo.toml index aa17bb9c..9cc4fc3b 100644 --- a/bin/core/imag-link/Cargo.toml +++ b/bin/core/imag-link/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" -url = "1.7.2" +url = "2" toml = "0.5.1" toml-query = "0.9.2" prettytable-rs = "0.8.0" diff --git a/lib/domain/libimagbookmark/Cargo.toml b/lib/domain/libimagbookmark/Cargo.toml index 8a444cf3..9e55b986 100644 --- a/lib/domain/libimagbookmark/Cargo.toml +++ b/lib/domain/libimagbookmark/Cargo.toml @@ -20,7 +20,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" } maintenance = { status = "actively-developed" } [dependencies] -url = "1.7.2" +url = "2" regex = "1.1.7" failure = "0.1.5" diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index 40302be0..752781a4 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } itertools = "0.8.0" log = "0.4.6" toml = "0.5.1" -url = "1.7.2" +url = "2" sha-1 = "0.8.1" hex = "0.3.2" is-match = "0.1.0" diff --git a/lib/entry/libimagentrymarkdown/Cargo.toml b/lib/entry/libimagentrymarkdown/Cargo.toml index 5006768e..b32ef39a 100644 --- a/lib/entry/libimagentrymarkdown/Cargo.toml +++ b/lib/entry/libimagentrymarkdown/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4.6" hoedown = "6.0.0" -url = "1.7.2" +url = "2" env_logger = "0.6.1" failure = "0.1.5" sha-1 = "0.8.1" diff --git a/lib/entry/libimagentryurl/Cargo.toml b/lib/entry/libimagentryurl/Cargo.toml index 90d641ef..76c3da21 100644 --- a/lib/entry/libimagentryurl/Cargo.toml +++ b/lib/entry/libimagentryurl/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } itertools = "0.8.0" log = "0.4.6" toml = "0.5.1" -url = "1.7.2" +url = "2" sha-1 = "0.8.1" hex = "0.3.2" is-match = "0.1.0" diff --git a/lib/etc/libimagutil/Cargo.toml b/lib/etc/libimagutil/Cargo.toml index 369e94e3..62909ea4 100644 --- a/lib/etc/libimagutil/Cargo.toml +++ b/lib/etc/libimagutil/Cargo.toml @@ -26,7 +26,7 @@ default = [] testing = [] [dependencies] -url = "1.7.2" +url = "2" boolinator = "2.4.0" lazy_static = "1.3.0" log = "0.4.6"