Upgrade clap to 2.34.0

That includes the fix of preventing panicking on a broken pipe.
accf3d2511
This commit is contained in:
Weihang Lo 2021-12-05 01:33:38 +08:00
parent d38f20d5b9
commit cc267c7a72
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7

View file

@ -61,7 +61,7 @@ toml = "0.5.7"
unicode-xid = "0.2.0"
url = "2.2.2"
walkdir = "2.2"
clap = "2.31.2"
clap = "2.34.0"
unicode-width = "0.1.5"
openssl = { version = '0.10.11', optional = true }
im-rc = "15.0.0"