summaryrefslogtreecommitdiffstats
path: root/lib/etc/libimagutil/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-18 14:53:04 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-19 17:16:19 +0200
commit162b36d6ee163527c014126735920695815dded7 (patch)
tree6ec5a3f826cc71a9fa696ca8104b7bebf5328865 /lib/etc/libimagutil/Cargo.toml
parent2cee0db1eca581ecac917c898b133e9e43716cc3 (diff)
Update dependency specs
Most notably: * env_logger: 0.4 -> 0.5 * hoedown: 5.0.0 -> 6.0.0 * itertools: 0.5 -> 0.6 * lazy_static: 0.1.15 -> 0.2 * regex: 0.1 -> 0.2 * semver: 0.5 -> 0.8 * url: 1.2 -> 1.5 * uuid: 0.3 -> 0.5 (This list is most surely not complete)
Diffstat (limited to 'lib/etc/libimagutil/Cargo.toml')
-rw-r--r--lib/etc/libimagutil/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/etc/libimagutil/Cargo.toml b/lib/etc/libimagutil/Cargo.toml
index 5010db01..3cde6bd1 100644
--- a/lib/etc/libimagutil/Cargo.toml
+++ b/lib/etc/libimagutil/Cargo.toml
@@ -20,7 +20,7 @@ default = []
testing = []
[dependencies]
-url = "1.2"
+url = "1.5"
boolinator = "2.4.0"
lazy_static = "0.2"
log = "0.3"