Skip to content

Commit 0507d9f

Browse files
committed
Auto merge of #10164 - weihanglo:issue-10131, r=ehuss
Upgrade clap to 2.34.0 That includes the fix of preventing panicking on a broken pipe. clap-rs/clap@accf3d2 Fixes #10131
2 parents d38f20d + cc267c7 commit 0507d9f

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)