diff --git a/Cargo.lock b/Cargo.lock index 2a10c43..501efd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "handlebars" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -831,7 +831,7 @@ dependencies = [ "dirs 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "handlebars 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "handlebars 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "hocon 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "jenkins_api 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2481,7 +2481,7 @@ dependencies = [ "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" "checksum h2 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ddb2b25a33e231484694267af28fec74ac63b5ccf51ee2065a5e313b834d836e" "checksum h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9433d71e471c1736fd5a61b671fc0b148d7a2992f666c958d03cd8feb3b88d1" -"checksum handlebars 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5deefd4816fb852b1ff3cb48f6c41da67be2d0e1d20b26a7a3b076da11f064b1" +"checksum handlebars 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dcd1b5399b9884f9ae18b5d4105d180720c8f602aeb73d3ceae9d6b1d13a5fa7" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hocon 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "39554b1a6dc84511d3f8c0287ad63a78de60444b4032aec529d9e303ceaf0641" "checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" diff --git a/Cargo.toml b/Cargo.toml index 080e5ce..60622fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ jenkins_api = "0.6" failure = "0.1" regex = "1.3" -handlebars = "3.4" +handlebars = "3.5" ansi_term = "0.12" chrono = "0.4"