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
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:
parent
a449d9041d
commit
2724167ea4
4 changed files with 166 additions and 312 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue