Skip to content

Commit

Permalink
build(deps): update dirs requirement from 4 to 5
Browse files Browse the repository at this point in the history
Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version.
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent caa8062 commit 9030f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/rust-mobile/cargo-apk"
rust-version = "1.60"

[dependencies]
dirs = "4"
dirs = "5"
dunce = "1"
quick-xml = { version = "0.26", features = ["serialize"] }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 9030f4a

Please sign in to comment.