From 9b95b17549b215613a44f823669ac083feef3172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:18:22 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 3.0.14 (#654) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72097dc..7fc90fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.0.13" +version = "3.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e" +checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 5cebc13..945374e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "Fast and simple Node.js version manager" [dependencies] serde = { version = "1.0.136", features = ["derive"] } -clap = { version = "3.0.13", features = ["derive", "env"] } +clap = { version = "3.0.14", features = ["derive", "env"] } serde_json = "1.0.78" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.38"