Update dependency: url: 1.7.2 -> 2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
d5b26a7ce7
commit
ee5348ea23
8 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue