From 7009063422a61b0c087a09267816b5429f344da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:55:26 +0800 Subject: [PATCH] chore(deps): update which requirement from 6.0.3 to 7.0.0 in /libvnc-sys (#15) 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/6.0.3...7.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libvnc-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvnc-sys/Cargo.toml b/libvnc-sys/Cargo.toml index 5b1ac9e..1fbd0e7 100644 --- a/libvnc-sys/Cargo.toml +++ b/libvnc-sys/Cargo.toml @@ -18,7 +18,7 @@ bindgen = "0.70.0" cc = "1.0.95" pkg-config = "0.3.30" cmake = { git = "https://github.com/Chiichen/cmake-rs.git", rev = "b0fdc01b3bedd3cec8dfbbff660bec9f496734ed" } -which = "6.0.3" +which = "7.0.0" [features] default = []