Bump derive-where from 1.0.0 to 1.1.0

Bumps [derive-where](https://github.com/ModProg/derive-where) from 1.0.0 to 1.1.0.
- [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...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/254/head
dependabot[bot] 2 years ago committed by github-actions[bot]
parent 6bdf523da2
commit c3ffcfc953

4
Cargo.lock generated

@ -257,9 +257,9 @@ dependencies = [
[[package]]
name = "derive-where"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13f480ba804fb9ebbbcdeb942be88eedcbe051fdcf375804f8ee837126dc1db"
checksum = "8676a29295a9edf33f1e7becd9803787853401c75e960a128712f987dd0c2139"
dependencies = [
"proc-macro2",
"quote",

@ -10,7 +10,7 @@ license = "MIT"
anyhow = "1.0.68"
clap = { version = "3.2.23", features = ["derive"] }
clap_complete = "3.2.5"
derive-where = "1.0.0"
derive-where = "1.1.0"
env_logger = "0.10.0"
evdev = "0.12.1"
fork = "0.1"

Loading…
Cancel
Save