From fa97e806888f123354aa8cb80163c10fcb051712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:27:24 +0000 Subject: [PATCH] build(deps): update clap requirement from <4.5 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_lex-v0.1.0...v4.5.4) --- updated-dependencies: - dependency-name: clap 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 c391ab0..bb25795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "1.0" bincode = "1.3.3" bitfield = "0.15.0" msru = "0.2.0" -clap = { version = "<4.5", features = [ "derive" ] } +clap = { version = "<4.6", features = [ "derive" ] } codicon = "3.0" colorful = "0.2.2" libc = "0.2.139"