Bump derive-where from 1.0.0-rc.3 to 1.0.0

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

---
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/132/head
dependabot[bot] 2 years ago committed by GitHub
parent ec44a44b3c
commit 8d78aecbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

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

@ -10,7 +10,7 @@ license = "MIT"
anyhow = "1.0.58"
clap = { version = "3.2.8", features = ["derive"] }
clap_complete = "3.2.3"
derive-where = "1.0.0-rc.3"
derive-where = "1.0.0"
env_logger = "0.9.0"
evdev = "0.11.4"
indoc = "1.0"

Loading…
Cancel
Save