Update some crates

This commit is contained in:
atouchet 2020-05-19 18:49:43 -07:00
parent a39a0531d7
commit 30f5e58eb7

20
Cargo.lock generated
View file

@ -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",
]
@ -6579,16 +6579,6 @@ name = "winapi-x86_64-pc-windows-gnu"
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"