From dfda89a82e3112d4e1b35e0554aac95dc5878a26 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Wed, 16 Feb 2022 20:01:57 -0800 Subject: [PATCH] Bump clap to match when deprecations happened --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60e1560cd..fba5257a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ toml_edit = { version = "0.13.4", features = ["serde", "easy"] } unicode-xid = "0.2.0" url = "2.2.2" walkdir = "2.2" -clap = "3.0.13" +clap = "3.1.0" unicode-width = "0.1.5" openssl = { version = '0.10.11', optional = true } im-rc = "15.0.0"