Bump derive-where from 1.2.1 to 1.2.5

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

---
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/353/head
dependabot[bot] 8 months ago committed by github-actions[bot]
parent 02ef2e00c4
commit 2bee7a9d15

4
Cargo.lock generated

@ -376,9 +376,9 @@ dependencies = [
[[package]]
name = "derive-where"
version = "1.2.1"
version = "1.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc1955a640c4464859ae700fbe48e666da6fdce99ce5fe1acd08dd295889d10"
checksum = "146398d62142a0f35248a608f17edf0dde57338354966d6e41d0eb2d16980ccb"
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.1"
derive-where = "1.2.5"
env_logger = "0.10.0"
evdev = "0.12.1"
fork = "0.1"

Loading…
Cancel
Save