From 738e3a60049cc87e8f07dcb563991e8c67c92381 Mon Sep 17 00:00:00 2001 From: Qinxuan Chen Date: Fri, 14 Oct 2022 12:51:23 +0800 Subject: [PATCH] build(deps): Update `clap` to v4 (#3015) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed117c9edf4..c3b88583839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ prost = "0.11" [dev-dependencies] async-std = { version = "1.10", features = ["attributes"] } env_logger = "0.9" -clap = {version = "3.1.6", features = ["derive"]} +clap = { version = "4.0.13", features = ["derive"] } libp2p = { path = "../..", features = ["full"] }