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 12, 2025
1 parent 604305f commit a8f7f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ features = ["async", "chrono_date", "napi6"]
version = "2"

[target.'cfg(all(target_os = "linux", target_env = "gnu", any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
dirs = "5"
dirs = "6"

[build-dependencies]
napi-build = "2"
Expand Down

0 comments on commit a8f7f2f

Please sign in to comment.