From 2b17b2d502f360f401e6ff890a5e3ea9332a5516 Mon Sep 17 00:00:00 2001 From: Bram van den Heuvel Date: Fri, 24 Jul 2020 17:43:46 +0200 Subject: [PATCH 1/2] Increace termcolor version from 1.0 to 1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5f73c4c3f7..d0769a92736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ shell-escape = "0.1.4" strip-ansi-escapes = "0.1.0" tar = { version = "0.4.26", default-features = false } tempfile = "3.0" -termcolor = "1.0" +termcolor = "1.1" toml = "0.5.3" unicode-xid = "0.2.0" url = "2.0" From dcd49a2fe826b62dd3b53a3509bbc641b9452365 Mon Sep 17 00:00:00 2001 From: Bram van den Heuvel Date: Sat, 25 Jul 2020 13:43:19 +0200 Subject: [PATCH 2/2] Change fwdansi version from ~ to --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0769a92736..69a4cc4ad00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] } [target.'cfg(windows)'.dependencies] miow = "0.3.1" -fwdansi = "1" +fwdansi = "1.1.0" [target.'cfg(windows)'.dependencies.winapi] version = "0.3"