From e4f13d57be50d70c8bd0bef62f7f0444b099c35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:45:52 +0000 Subject: Bump clap from 4.5.31 to 4.5.34 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.31 to 4.5.34. - [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/v4.5.31...clap_complete-v4.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nres-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nres-cli') diff --git a/nres-cli/Cargo.toml b/nres-cli/Cargo.toml index a6d863c..6151202 100644 --- a/nres-cli/Cargo.toml +++ b/nres-cli/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["cli", "gamedev", "nres"] [dependencies] byteorder = "1.4" -clap = { version = "4.2", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } console = "0.15" dialoguer = { version = "0.11", features = ["completion"] } indicatif = "0.17" -- cgit v1.2.3