Bump derive-where from 1.2.5 to 1.2.7

Bumps [derive-where](https://github.com/ModProg/derive-where) from 1.2.5 to 1.2.7.
- [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.2.5...v1.2.7)

---
updated-dependencies:
- dependency-name: derive-where
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/400/head
dependabot[bot] 5 months ago committed by github-actions[bot]
parent 7924f7eaf1
commit 3fc9c8a4a9

4
Cargo.lock generated

@ -376,9 +376,9 @@ dependencies = [
[[package]]
name = "derive-where"
version = "1.2.5"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146398d62142a0f35248a608f17edf0dde57338354966d6e41d0eb2d16980ccb"
checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
dependencies = [
"proc-macro2",
"quote",

@ -11,7 +11,7 @@ repository = "https://github.com/k0kubun/xremap"
anyhow = "1.0.75"
clap = { version = "4.3.19", features = ["derive"] }
clap_complete = "4.3.2"
derive-where = "1.2.5"
derive-where = "1.2.7"
env_logger = "0.10.1"
evdev = "0.12.1"
fork = "0.1"

Loading…
Cancel
Save