From 53b86d81aa8c9466019a8a8a6c82ee2b40d98945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:09:11 +0000 Subject: [PATCH] Bump derive-where from 1.0.0-rc.2 to 1.0.0-rc.3 Bumps [derive-where](https://github.com/ModProg/derive-where) from 1.0.0-rc.2 to 1.0.0-rc.3. - [Release notes](https://github.com/ModProg/derive-where/releases) - [Changelog](https://github.com/ModProg/derive-where/blob/main/CHANGELOG.md) - [Commits](https://github.com/ModProg/derive-where/compare/v1.0.0-rc.2...v1.0.0-rc.3) --- updated-dependencies: - dependency-name: derive-where dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e919cb..cb37211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "derive-where" -version = "1.0.0-rc.2" +version = "1.0.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f22a5b69cac4a8cc6efe0930b5a29ab0a0233e5a131af99191cc892c3aaf8829" +checksum = "d322f2907b2abad3117790c1a54d8f2d64574ba0fbea54cb6c6e66a0e50d99a4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 001e41c..01b9431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" anyhow = "1.0.58" clap = { version = "3.0.14", features = ["derive"] } clap_complete = "3.2.2" -derive-where = "1.0.0-rc.2" +derive-where = "1.0.0-rc.3" env_logger = "0.9.0" evdev = "0.11.4" indoc = "1.0"