From cc267c7a7247e4794af01866d26d00e927e8fe75 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sun, 5 Dec 2021 01:33:38 +0800 Subject: [PATCH] Upgrade clap to 2.34.0 That includes the fix of preventing panicking on a broken pipe. https://github.com/clap-rs/clap/commit/accf3d251168e10ecbb0b4ae200c3196b950dac9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e23f4ec066e..b96a481d891 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"