aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock20
1 files changed, 5 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a5d6ad8dd94..23e3224aea7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5716,11 +5716,11 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "1.0.4"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
+checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
dependencies = [
- "wincolor",
+ "winapi-util",
]
[[package]]
@@ -6567,9 +6567,9 @@ source = "git+https://github.com/servo/winapi-rs?branch=patch-1#f85c3541bbb331fe
[[package]]
name = "winapi-util"
-version = "0.1.1"
+version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
+checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
@@ -6580,16 +6580,6 @@ version = "0.4.0"
source = "git+https://github.com/servo/winapi-rs?branch=patch-1#f85c3541bbb331fea8918ac070accfb4ab613e7b"
[[package]]
-name = "wincolor"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
-dependencies = [
- "winapi",
- "winapi-util",
-]
-
-[[package]]
name = "winit"
version = "0.19.3"
source = "registry+https://github.com/rust-lang/crates.io-index"