From 6a1adc6b2c3b87315b3cd72cbaf4794f5cf55a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 14:03:20 +0000 Subject: [PATCH] Update clap requirement from 3.0.0-rc.9 to 4.1.6 Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.9...v4.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/tsls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tsls/Cargo.toml b/crates/tsls/Cargo.toml index 481b124..5cf614d 100644 --- a/crates/tsls/Cargo.toml +++ b/crates/tsls/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "3.0.0-rc.9", features = ["derive"] } +clap = { version = "4.1.6", features = ["derive"] } log = "0.4.0" flexi_logger = { version = "0.23.3", features = ["use_chrono_for_offset"] }