From ed65eb05720c83f06e7f13fdbbc6bcb9ece538b3 Mon Sep 17 00:00:00 2001 From: cfield Date: Tue, 15 Oct 2019 13:21:31 -0400 Subject: [PATCH] Bump dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0278cf3..9cc4df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,14 +20,14 @@ name = "wix" [dependencies] chrono = "0.4" -env_logger = "0.5" +env_logger = "0.7" log = "0.4" maplit = "1" mustache = "0.9" regex = "1" semver = "0.9" termcolor = "1" -toml = "0.4" +toml = "0.5" uuid = { version = "0.7", features = ["v4"] } [dev-dependencies]