diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-07 03:31:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 03:31:58 +0300 |
commit | 4572678e9b4aa615e97f387afcc9810c3ce5b1d1 (patch) | |
tree | 205397b4b3ae2b4fcf14d7f1f8afb85868f02ad1 /nres-cli/Cargo.toml | |
parent | 4f29af53b6c32eb90de3139f2420d056ff544c2c (diff) | |
download | fparkan-4572678e9b4aa615e97f387afcc9810c3ce5b1d1.tar.xz fparkan-4572678e9b4aa615e97f387afcc9810c3ce5b1d1.zip |
Bump clap from 4.5.31 to 4.5.35dependabot/cargo/clap-4.5.35
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.31 to 4.5.35.
- [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.35)
---
updated-dependencies:
- dependency-name: clap
dependency-version: 4.5.35
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'nres-cli/Cargo.toml')
-rw-r--r-- | nres-cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |