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