chore(deps): update rust crate dirs to v6 (v2) (#2311)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
This commit is contained in:
renovate[bot]
2025-01-27 22:16:22 +01:00
committed by GitHub
parent 512a188c7a
commit d5fb5337a0
2 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ windows-sys = { version = "0.59.0", features = [
] }
[target."cfg(target_os = \"linux\")".dependencies]
dirs = "5"
dirs = "6"
tar = { version = "0.4", optional = true }
flate2 = { version = "1", optional = true }