chore(deps): bump clap from 4.5.30 to 4.5.31 (#708)

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31.
- [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_complete-v4.5.30...v4.5.31)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-05 23:29:56 +01:00 committed by GitHub
parent afc2abdbda
commit 301a0dabeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -165,9 +165,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.30"
version = "4.5.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d"
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
dependencies = [
"clap_builder",
"clap_derive",
@ -175,9 +175,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.30"
version = "4.5.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c"
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
dependencies = [
"anstream",
"anstyle",

View file

@ -27,7 +27,7 @@ unicode-width = "0.2.0"
log = "0.4.26"
env_logger = { version = "0.11.6", optional = true }
time = "0.3.13"
clap = { version = "4.5.30", optional = true, features = ["cargo", "derive", "unstable-markdown"] }
clap = { version = "4.5.31", optional = true, features = ["cargo", "derive", "unstable-markdown"] }
tuikit = "0.5.0"
vte = "0.15.0"
fuzzy-matcher = "0.3.7"

View file

@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2021"
[dependencies]
clap = { version = "4.5.30", features = ["derive", "unstable-markdown"] }
clap = { version = "4.5.31", features = ["derive", "unstable-markdown"] }
clap_complete = "4.5.46"
clap_complete_fig = "4.5.2"
clap_complete_nushell = "4.5.5"