build(deps): bump clap from 4.5.45 to 4.5.46

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.45 to 4.5.46.
- [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.45...clap_complete-v4.5.46)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-02 02:26:23 +00:00 committed by GitHub
commit d65d85676f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ repository = "https://github.com/notashelf/stash"
rust-version = "1.85"
[dependencies]
clap = { version = "4.5.45", features = ["derive"] }
clap = { version = "4.5.46", features = ["derive"] }
clap-verbosity-flag = "3.0.4"
dirs = "6.0.0"
imagesize = "0.14.0"