Skip to content

Commit

Permalink
fix(deps): update rust crate dirs to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 6498347 commit 4a246bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/tauri-plugin-deep-link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
include = ["src/**", "Cargo.toml", "LICENSE_*"]

[dependencies]
dirs = "5"
dirs = "6"
log = "0.4"
once_cell = "1"
tauri-utils = { version = "2" }
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dunce = "1.0.4"
runas = { git = "https://github.com/libnyanpasu/rust-runas.git" }
single-instance = "0.3.3"
which = "7"
dirs = "5.0.1"
dirs = "6.0.0"
open = "5.0.1"
sysinfo = "0.33"
num_cpus = "1"
Expand Down

0 comments on commit 4a246bc

Please sign in to comment.