From 01a3c6a7f583b929f9e03cf7f0818c7e49bcd30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:24:36 +0000 Subject: [PATCH] chore(deps): bump winapi-wsapoll from 0.1.1 to 0.1.2 in /src-tauri Bumps [winapi-wsapoll](https://github.com/psychon/winapi-wsapoll) from 0.1.1 to 0.1.2. - [Commits](https://github.com/psychon/winapi-wsapoll/commits) --- updated-dependencies: - dependency-name: winapi-wsapoll dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 80685ae..ac63d5a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4733,9 +4733,9 @@ dependencies = [ [[package]] name = "winapi-wsapoll" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" +checksum = "1eafc5f679c576995526e81635d0cf9695841736712b4e892f87abbe6fed3f28" dependencies = [ "winapi", ]