chore(deps): update rust crate dirs to v6 (#24)
This commit is contained in:
parent
51dacf8df2
commit
6a604252b1
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ anyhow = "1.0"
|
|||
clap = { version = "4.0.0", features = ["derive"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
serde_yaml = "0.9.0"
|
||||
dirs = "5.0.0"
|
||||
dirs = "6.0.0"
|
||||
filenamify = "0.1.0"
|
||||
|
||||
# Testing
|
||||
|
|
|
|||
Reference in a new issue