diff --git a/Cargo.lock b/Cargo.lock index 2652348..4542888 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 ab8c4e5..73c67ca 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"