From 9030f4a34502ab65c99adc4e36882d82c554de75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:01:53 +0000 Subject: [PATCH] build(deps): update dirs requirement from 4 to 5 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] --- ndk-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndk-build/Cargo.toml b/ndk-build/Cargo.toml index c9e18ad..dd49b64 100644 --- a/ndk-build/Cargo.toml +++ b/ndk-build/Cargo.toml @@ -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"] }