Merge pull request #32 from NotAShelf/dependabot/cargo/clap-4.5.48

build(deps): bump clap from 4.5.47 to 4.5.48
This commit is contained in:
raf 2025-09-23 11:01:02 +03:00 committed by GitHub
commit 868a4c7fca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ default = ["use-toplevel"]
use-toplevel = ["dep:wayland-client", "dep:wayland-protocols", "dep:wayland-protocols-wlr"]
[dependencies]
clap = { version = "4.5.47", features = ["derive", "env"] }
clap = { version = "4.5.48", features = ["derive", "env"] }
clap-verbosity-flag = "3.0.4"
dirs = "6.0.0"
imagesize = "0.14.0"