Skip to content

Commit b20e868

Browse files
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](Jakobzs/minhook@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] <[email protected]>
1 parent 467bad1 commit b20e868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ windows-sys = "0.61"
4949
anyhow = "1.0"
5050
slab = "0.4"
5151
backtrace = "0.3"
52-
minhook = "0.8"
52+
minhook = "0.9"
5353
psm = "0.1"
5454

5555
once_cell = "1"

0 commit comments

Comments
 (0)