chore: update cargo dependencies
All checks were successful
/ check (push) Successful in 46s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

yearly dependency bump
This commit is contained in:
Jalil David Salamé Messina 2024-12-08 14:14:38 +01:00
parent a449d9041d
commit 2724167ea4
Signed by: jalil
GPG key ID: F016B9E770737A0B
4 changed files with 166 additions and 312 deletions

View file

@ -5,9 +5,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.9", features = ["derive", "env"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
duct = "0.13.7"
env_logger = "0.11.3"
ignore = "0.4.22"
env_logger = "0.11.5"
ignore = "0.4.23"
log = "0.4.22"
miette = { version = "7.2.0", features = ["fancy"] }
miette = { version = "7.4.0", features = ["fancy"] }