From f9c8f9896853adf707f52f7eaf00eeffd32f638e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 2 Mar 2021 20:04:18 -0500 Subject: [PATCH] Pin lspower, because it made semvar incompatible patch release (#9656) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a5d8e9a276..824891cceb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -56,7 +56,7 @@ jsonc-parser = "0.15.1" lazy_static = "1.4.0" libc = "0.2.86" log = { version = "0.4.14", features = ["serde"] } -lspower = "0.6.1" +lspower = "=0.6.1" notify = "5.0.0-pre.4" percent-encoding = "2.1.0" pin-project = "1.0.5"