From 319f3a5cfd7b269ad64c4fb4bd19b509a666c22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:07:31 +0000 Subject: [PATCH] Update clap requirement from 3.0.0-rc.9 to 4.1.8 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.8) --- 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..18915b9 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.8", features = ["derive"] } log = "0.4.0" flexi_logger = { version = "0.23.3", features = ["use_chrono_for_offset"] }