From 6507fb3475e2f3af3ae85cf77a1902087ae64e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:28:10 +0000 Subject: [PATCH] Update clap requirement from 2.27 to 4.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.0...clap_complete-v4.6.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62a8895..506153e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ encoding_rs = "0.8" uuid = "1" [dev-dependencies] -clap = "2.27" +clap = "4.6" pest = "2.1" pest_derive = "2.1" time = "0.3"