From 3c0bba155528fc554db49da3f238b3c4022bd9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 00:51:01 +0000 Subject: [PATCH] chore(deps): bump ntapi from 0.3.6 to 0.3.7 Bumps [ntapi](https://github.com/MSxDOS/ntapi) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/MSxDOS/ntapi/releases) - [Commits](https://github.com/MSxDOS/ntapi/commits) --- updated-dependencies: - dependency-name: ntapi dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 743f5949f..5c0116f10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1204,9 +1204,9 @@ dependencies = [ [[package]] name = "ntapi" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" +checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" dependencies = [ "winapi", ]