From 683ae66658f2bc34f654d7f4de1c85b711743d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:01:33 +0000 Subject: [PATCH] build(deps): update which requirement from 4 to 6 Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/4.0.0...6.0.0) --- updated-dependencies: - dependency-name: which 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..364e973 100644 --- a/ndk-build/Cargo.toml +++ b/ndk-build/Cargo.toml @@ -17,4 +17,4 @@ dunce = "1" quick-xml = { version = "0.26", features = ["serialize"] } serde = { version = "1", features = ["derive"] } thiserror = "1" -which = "4" +which = "6"