Skip to content

Commit cc267c7

Browse files
committed
Upgrade clap to 2.34.0
That includes the fix of preventing panicking on a broken pipe. clap-rs/clap@accf3d2
1 parent d38f20d commit cc267c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ toml = "0.5.7"
6161
unicode-xid = "0.2.0"
6262
url = "2.2.2"
6363
walkdir = "2.2"
64-
clap = "2.31.2"
64+
clap = "2.34.0"
6565
unicode-width = "0.1.5"
6666
openssl = { version = '0.10.11', optional = true }
6767
im-rc = "15.0.0"

0 commit comments

Comments
 (0)