From b20e8687f9ba7867662cf45d47c6b065287f6d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:05:49 +0000 Subject: [PATCH] Update minhook requirement from 0.8 to 0.9 Updates the requirements on [minhook](https://github.com/Jakobzs/minhook) to permit the latest version. - [Commits](https://github.com/Jakobzs/minhook/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: minhook dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de7cdbbd..5d39b1c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ windows-sys = "0.61" anyhow = "1.0" slab = "0.4" backtrace = "0.3" -minhook = "0.8" +minhook = "0.9" psm = "0.1" once_cell = "1"