summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-01-12 21:48:55 -0800
committerBert Belder <bertbelder@gmail.com>2021-01-13 10:55:28 -0800
commitca07bab59407c9557f959295d65a58d3bb317dc4 (patch)
treed7519dccba5ef9b037e82fad4ad416932d42ab24 /cli/Cargo.toml
parent18b31504011aef2c9e414287eae1bd9745cdaef5 (diff)
Remove unnecessary boxing of tokio::time::Sleep (#9105)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2c0b466bc..25d48ed8d 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -59,6 +59,7 @@ log = { version = "0.4.13", features = ["serde"] }
lspower = "0.3.0"
notify = "5.0.0-pre.4"
percent-encoding = "2.1.0"
+pin-project = "1.0.4"
regex = "1.4.3"
ring = "0.16.19"
rustyline = { version = "7.1.0", default-features = false }