summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-11-25 02:10:12 +0100
committerGitHub <noreply@github.com>2021-11-25 12:10:12 +1100
commite68a241946f8fd6602b9d1a99c4b8fa7ead159ef (patch)
tree1454c5bbaecb639f6fec0808dfce971792abc0b4 /cli/Cargo.toml
parentc6f3493f18f6b8e3c9b1a88523bb900d16b1fc2d (diff)
chore: upgrade lspower to 1.4.0 (#12894)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index f770bcc5e..7f2ee1bbe 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -64,7 +64,7 @@ jsonc-parser = { version = "0.17.0", features = ["serde"] }
lazy_static = "1.4.0"
libc = "0.2.106"
log = { version = "0.4.14", features = ["serde"] }
-lspower = "1.1.0"
+lspower = "1.4.0"
notify = "5.0.0-pre.12"
num_cpus = "1.13.0"
once_cell = "1.8.0"