chore(deps): update rust crate dirs to v7

This commit is contained in:
renovate[bot]
2026-09-08 18:05:04 +00:00
committed by GitHub
parent a21555ddd2
commit 7f7e1da876
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ windows-sys = { version = "0.60.0", features = [
] }
[target."cfg(target_os = \"linux\")".dependencies]
dirs = "6"
dirs = "7"
tar = { version = "0.4", optional = true }
flate2 = { version = "1", optional = true }