From e2b0e70f6e19894d5fac3fec21a8ac539dae6a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:16:08 +0000 Subject: [PATCH] Bump winit from 0.27.2 to 0.27.3 Bumps [winit](https://github.com/rust-windowing/winit) from 0.27.2 to 0.27.3. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/v0.27.3/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.27.2...v0.27.3) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- odbc-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbfd7eda..9584ac4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1943,9 +1943,9 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" [[package]] name = "winit" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a8f3e9d742401efcfe833b8f84960397482ff049cb7bf59a112e14a4be97f7" +checksum = "a22e94ba35ca3ff11820044bfa0dc48b95a3a15569c0068555566a12ef41c9e5" dependencies = [ "bitflags", "cocoa", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index d2b2ec0b..b445b4d7 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -69,7 +69,7 @@ widestring = "1.0.2" force-send-sync = "1.0.0" [target.'cfg(windows)'.dependencies] -winit = "0.27.2" +winit = "0.27.3" [dev-dependencies] lazy_static = "1.4.0"