chore(cli): remove unused encode_unicode dependency

This commit is contained in:
Lucas Nogueira 2022-08-10 08:45:21 -03:00
parent 9e48da502f
commit 96885b6e5a
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1
3 changed files with 3 additions and 13 deletions

13
tooling/cli/Cargo.lock generated
View File

@ -72,17 +72,15 @@ checksum = "d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69"
[[package]]
name = "attohttpc"
version = "0.20.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca359af0239b00307656f0d6520fab5997a068cdfcfdb424e5466a3ea7958c5"
checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
dependencies = [
"flate2",
"http",
"log",
"native-tls",
"openssl",
"url",
"wildmatch",
]
[[package]]
@ -2864,7 +2862,6 @@ dependencies = [
"colored",
"ctrlc",
"dialoguer",
"encode_unicode",
"env_logger",
"glob",
"handlebars",
@ -3420,12 +3417,6 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c97e489d8f836838d497091de568cf16b117486d529ec5579233521065bd5e4"
[[package]]
name = "wildmatch"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86"
[[package]]
name = "winapi"
version = "0.2.8"

View File

@ -66,7 +66,6 @@ log = { version = "0.4.17", features = [ "kv_unstable", "kv_unstable_std" ] }
env_logger = "0.9.0"
[target."cfg(windows)".dependencies]
encode_unicode = "0.3"
winapi = { version = "0.3", features = [ "handleapi", "processenv", "winbase", "wincon", "winnt" ] }
[target."cfg(unix)".dependencies]

View File

@ -2402,7 +2402,7 @@
],
"properties": {
"iconPath": {
"description": "Path to the icon to use on the system tray.\n\nIt is forced to be a `.png` file on Linux and macOS, and a `.ico` file on Windows.",
"description": "Path to the default icon to use on the system tray.",
"type": "string"
},
"iconAsTemplate": {