mirror of
https://github.com/scurest/apicula.git
synced 2025-06-19 15:15:41 -04:00
Upgrade dependency: termcolor 0.3 -> 1
This commit is contained in:
parent
11ca50c0dc
commit
822342f84b
15
Cargo.lock
generated
15
Cargo.lock
generated
@ -1194,11 +1194,11 @@ checksum = "36ae8932fcfea38b7d3883ae2ab357b0d57a02caaa18ebb4f5ece08beaec4aa0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termcolor"
|
name = "termcolor"
|
||||||
version = "0.3.6"
|
version = "1.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"wincolor",
|
"winapi-util",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1404,15 +1404,6 @@ version = "0.4.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "wincolor"
|
|
||||||
version = "0.1.6"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
|
|
||||||
dependencies = [
|
|
||||||
"winapi 0.3.9",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-sys"
|
name = "windows-sys"
|
||||||
version = "0.52.0"
|
version = "0.52.0"
|
||||||
|
@ -12,7 +12,7 @@ glium = "0.29.0"
|
|||||||
json = "0.12.4"
|
json = "0.12.4"
|
||||||
log = { version = "0.4.6", features = ["std"] }
|
log = { version = "0.4.6", features = ["std"] }
|
||||||
png = "0.17"
|
png = "0.17"
|
||||||
termcolor = "0.3.5"
|
termcolor = "1"
|
||||||
time = "0.1.36"
|
time = "0.1.36"
|
||||||
wild = "2.0.2"
|
wild = "2.0.2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user