aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-31 03:45:52 +0300
committerGitHub <noreply@github.com>2025-03-31 03:45:52 +0300
commite4f13d57be50d70c8bd0bef62f7f0444b099c35b (patch)
tree54dd4f13350e1efa3dd6bfefb3a67f2b36476a5d
parent4f29af53b6c32eb90de3139f2420d056ff544c2c (diff)
downloadfparkan-e4f13d57be50d70c8bd0bef62f7f0444b099c35b.tar.xz
fparkan-e4f13d57be50d70c8bd0bef62f7f0444b099c35b.zip
Bump clap from 4.5.31 to 4.5.34dependabot/cargo/clap-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] <support@github.com>
-rw-r--r--Cargo.lock12
-rw-r--r--nres-cli/Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cb4a9e7..321efa9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -238,9 +238,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.5.31"
+version = "4.5.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
+checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
dependencies = [
"clap_builder",
"clap_derive",
@@ -248,9 +248,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.31"
+version = "4.5.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
+checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
dependencies = [
"anstream",
"anstyle",
@@ -260,9 +260,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "4.5.28"
+version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
+checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
dependencies = [
"heck",
"proc-macro2",
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"