From c55575f439f61f24133a9e886782c91fe63d1470 Mon Sep 17 00:00:00 2001 From: George Marshall Date: Mon, 20 Nov 2017 00:30:04 -0800 Subject: [PATCH] Upgrade clippy to 0.0.172 from 0.0.144 and url to 1.6.0 from 1.4.0 Signed-off-by: George Marshall --- Cargo.lock | 147 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 90 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e25134bed..516d418672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "xml-rs 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -209,7 +209,7 @@ version = "0.0.0" dependencies = [ "base64 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_core 0.0.0", @@ -304,21 +304,24 @@ dependencies = [ [[package]] name = "clippy" -version = "0.0.144" +version = "0.0.172" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cargo_metadata 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy_lints 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy_lints 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "clippy_lints" -version = "0.0.144" +version = "0.0.172" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "pulldown-cmark 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", "quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -326,6 +329,7 @@ dependencies = [ "serde_derive 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -679,6 +683,11 @@ dependencies = [ "typenum 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "getopts" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "git2" version = "0.6.4" @@ -689,7 +698,7 @@ dependencies = [ "libgit2-sys 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-sys 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -721,7 +730,7 @@ dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "habitat_api_client 0.0.0", "habitat_common 0.0.0", @@ -740,7 +749,7 @@ dependencies = [ "serde_derive 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -750,7 +759,7 @@ name = "hab-butterfly" version = "0.0.0" dependencies = [ "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "hab 0.0.0", "habitat_butterfly 0.1.0", @@ -765,7 +774,7 @@ dependencies = [ name = "habitat-builder-protocol" version = "0.0.0" dependencies = [ - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "habitat_core 0.0.0", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -783,7 +792,7 @@ version = "0.0.0" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-eventsrv-protocol 0.0.0", "habitat_core 0.0.0", @@ -801,7 +810,7 @@ name = "habitat-eventsrv-client" version = "0.0.0" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-eventsrv-protocol 0.0.0", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -867,7 +876,7 @@ dependencies = [ name = "habitat_api_client" version = "0.0.0" dependencies = [ - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "habitat_core 0.0.0", "habitat_http_client 0.0.0", "hyper 0.10.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -877,7 +886,7 @@ dependencies = [ "serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -887,7 +896,7 @@ dependencies = [ "bodyparser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "builder-http-gateway 0.0.0", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "github-api-client 0.0.0", "habitat-builder-protocol 0.0.0", @@ -919,7 +928,7 @@ dependencies = [ "builder-http-gateway 0.0.0", "builder_core 0.0.0", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "github-api-client 0.0.0", @@ -953,7 +962,7 @@ dependencies = [ name = "habitat_builder_db" version = "0.0.0" dependencies = [ - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "fallible-iterator 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", @@ -977,7 +986,7 @@ version = "0.0.0" dependencies = [ "builder_core 0.0.0", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "copperline 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", @@ -1005,7 +1014,7 @@ dependencies = [ "builder_core 0.0.0", "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_builder_db 0.0.0", @@ -1024,7 +1033,7 @@ dependencies = [ "sha2 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "zmq 0.8.2 (git+https://github.com/erickt/rust-zmq?branch=release/v0.8)", ] @@ -1034,7 +1043,7 @@ version = "0.0.0" dependencies = [ "builder_core 0.0.0", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_builder_db 0.0.0", @@ -1056,7 +1065,7 @@ name = "habitat_builder_router" version = "0.0.0" dependencies = [ "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_core 0.0.0", @@ -1077,7 +1086,7 @@ dependencies = [ "base64 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "github-api-client 0.0.0", "habitat-builder-protocol 0.0.0", @@ -1105,7 +1114,7 @@ dependencies = [ "builder_core 0.0.0", "chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "features 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1123,7 +1132,7 @@ dependencies = [ "serde_derive 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "zmq 0.8.2 (git+https://github.com/erickt/rust-zmq?branch=release/v0.8)", ] @@ -1132,7 +1141,7 @@ name = "habitat_butterfly" version = "0.1.0" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "habitat_butterfly_test 0.1.0", "habitat_core 0.0.0", @@ -1154,7 +1163,7 @@ dependencies = [ name = "habitat_butterfly_test" version = "0.1.0" dependencies = [ - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "habitat_butterfly 0.1.0", "habitat_core 0.0.0", @@ -1166,7 +1175,7 @@ name = "habitat_common" version = "0.0.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_core 0.0.0", "habitat_depot_client 0.0.0", @@ -1191,7 +1200,7 @@ version = "0.0.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "ctrlc 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "errno 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1215,7 +1224,7 @@ dependencies = [ "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "users 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1231,7 +1240,7 @@ dependencies = [ "builder-http-gateway 0.0.0", "builder_core 0.0.0", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "github-api-client 0.0.0", "habitat-builder-protocol 0.0.0", @@ -1258,7 +1267,7 @@ dependencies = [ "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "zmq 0.8.2 (git+https://github.com/erickt/rust-zmq?branch=release/v0.8)", @@ -1270,7 +1279,7 @@ version = "0.0.0" dependencies = [ "broadcast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_core 0.0.0", "habitat_http_client 0.0.0", @@ -1284,7 +1293,7 @@ dependencies = [ "serde_derive 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "tee 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1292,7 +1301,7 @@ name = "habitat_http_client" version = "0.0.0" dependencies = [ "base64 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "habitat_core 0.0.0", "httparse 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1301,7 +1310,7 @@ dependencies = [ "openssl 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1309,7 +1318,7 @@ name = "habitat_net" version = "0.0.0" dependencies = [ "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_core 0.0.0", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1331,7 +1340,7 @@ dependencies = [ "base64 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "hab 0.0.0", "habitat_common 0.0.0", @@ -1345,7 +1354,7 @@ dependencies = [ "serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1371,7 +1380,7 @@ dependencies = [ "bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "ctrlc 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1403,7 +1412,7 @@ dependencies = [ "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1457,7 +1466,7 @@ dependencies = [ "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1490,6 +1499,11 @@ dependencies = [ "unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "if_chain" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "inotify" version = "0.3.0" @@ -1543,7 +1557,7 @@ dependencies = [ "num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1554,7 +1568,7 @@ dependencies = [ "hyper 0.10.9 (registry+https://github.com/rust-lang/crates.io-index)", "iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1712,7 +1726,7 @@ dependencies = [ "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2003,7 +2017,7 @@ name = "op" version = "0.1.0" dependencies = [ "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)", + "clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "habitat-builder-protocol 0.0.0", "habitat_builder_sessionsrv 0.0.0", @@ -2071,6 +2085,11 @@ dependencies = [ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "percent-encoding" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "persistent" version = "0.3.0" @@ -2222,6 +2241,15 @@ name = "protobuf" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "pulldown-cmark" +version = "0.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "quick-error" version = "0.2.2" @@ -2341,7 +2369,7 @@ dependencies = [ "serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2376,7 +2404,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "route-recognizer 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2406,7 +2434,7 @@ dependencies = [ "serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "xml-rs 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2660,7 +2688,7 @@ dependencies = [ "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2719,7 +2747,7 @@ dependencies = [ "iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "mount 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2986,11 +3014,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "url" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3001,7 +3030,7 @@ dependencies = [ "bodyparser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3012,7 +3041,7 @@ dependencies = [ "bodyparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3202,8 +3231,8 @@ dependencies = [ "checksum chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d9123be86fd2a8f627836c235ecdf331fdd067ecf7ac05aa1a68fbcf2429f056" "checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9" "checksum clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)" = "867a885995b4184be051b70a592d4d70e32d7a188db6e8dff626af286a962771" -"checksum clippy 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)" = "e0349a693e7dd889e2a008f3b8deaacf33b8b649df01982d29b4a56c13531365" -"checksum clippy_lints 0.0.144 (registry+https://github.com/rust-lang/crates.io-index)" = "0331317f8aa85cb8651ee449814ef7a8ef682009bef8d63b28ac10eedb969f92" +"checksum clippy 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)" = "ab29b39179db16bfe1592476116c01af25ac7f440a08f0374363a9eedfca146d" +"checksum clippy_lints 0.0.172 (registry+https://github.com/rust-lang/crates.io-index)" = "f785c06e731f481318d83cb82a521ee50b222df71aac87d3a289a3a67971390c" "checksum clock_ticks 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da9bd98fefcf1904a3f80ead86d366d9373c34db7b8a8e48c1fdcaac4787800d" "checksum cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "d18d68987ed4c516dcc3e7913659bfa4076f5182eea4a7e0038bb060953e76ac" "checksum coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c06169f5beb7e31c7c67ebf5540b8b472d23e3eade3b2ec7d1f5b504a85f91bd" @@ -3249,6 +3278,7 @@ dependencies = [ "checksum gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "40899336fb50db0c78710f53e87afc54d8c7266fb76262fecc78ca1a7f09deae" "checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518" "checksum generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "330920f60726e8a1ca0129a40f0f0df0b8ee773945bf34895d578f35f31dc660" +"checksum getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9" "checksum git2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "046ae03385257040b2a35e56d9669d950dd911ba2bf48202fbef73ee6aab27b2" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" "checksum handlebars 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd8bd91b80abc2d7aacd3867f6d6ded7d1ff8a4b88b55e42d4ce523ec10cd" @@ -3258,6 +3288,7 @@ dependencies = [ "checksum hyper-native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "72332e4a35d3059583623b50e98e491b78f8b96c5521fcb3f428167955aa56e8" "checksum hyper-openssl 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "85a372eb692590b3fe014c196c30f9f52d4c42f58cd49dd94caeee1593c9cc37" "checksum idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac85ec3f80c8e4e99d9325521337e14ec7555c458a14e377d189659a427f375" +"checksum if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "61bb90bdd39e3af69b0172dfc6130f6cd6332bf040fbb9bdd4401d37adbd48b8" "checksum inotify 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887fcc180136e77a85e6a6128579a719027b1bab9b1c38ea4444244fe262c20c" "checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be" "checksum ipc-channel 0.8.0 (git+https://github.com/habitat-sh/ipc-channel?branch=hbt-windows)" = "" @@ -3319,6 +3350,7 @@ dependencies = [ "checksum ordermap 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "06e5d34d852e6396cf5fceaa24313f753d960a3b7e3abdadcdf43730e791aa3d" "checksum params 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "421e9f2c30e80365c9672709be664bfc84f73b088720d1cc1f4e99675814bb37" "checksum pbr 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e048e3afebb6c454bb1c5d0fe73fda54698b4715d78ed8e7302447c37736d23a" +"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" "checksum persistent 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c9c94f2ef72dc272c6bcc8157ccf2bc7da14f4c58c69059ac2fc48492d6916" "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8" "checksum petgraph 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "14c6ae5ccb73b438781abc93d35615019b1ad6e24b44116377fb819cfd7587de" @@ -3336,6 +3368,7 @@ dependencies = [ "checksum postgres-shared 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "857ef343933a7d81e365a334f505a07db16ab7be64d9d7cd82c78d2f486777e4" "checksum prometheus 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "e1a4c5d63fb87824169dee5286dbb880d4b0a3ce0aad74dca1ac4afdad83b267" "checksum protobuf 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3e2ed6fe8ff3b20b44bb4b4f54de12ac89dc38cb451dce8ae5e9dcd1507f738" +"checksum pulldown-cmark 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "378e941dbd392c101f2cb88097fa4d7167bc421d4b88de3ff7dbee503bc3233b" "checksum quick-error 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ac990ab4e038dd8481a5e3fd00641067fcfc674ad663f3222752ed5284e05d4" "checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469" "checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45" @@ -3427,7 +3460,7 @@ dependencies = [ "checksum unsafe-any 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b351086021ebc264aea3ab4f94d61d889d98e5e9ec2d985d993f50133537fd3a" "checksum unshare 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "636f13e1e5d315f9e23270839612b25d0486dff5e963f8d8456ad5489646d09c" "checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae" -"checksum url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5ba8a749fb4479b043733416c244fa9d1d3af3d7c23804944651c8a448cb87e" +"checksum url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa35e768d4daf1d85733418a49fb42e10d7f633e394fccab4ab7aba897053fe2" "checksum urlencoded 0.5.0 (git+https://github.com/iron/urlencoded)" = "" "checksum urlencoded 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8c28708636d6f7298a53b1cdb6af40f1ab523209a7cb83cf4d41b3ebc671d319" "checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47"