diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f5be543a1..5a969b785 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -52,7 +52,6 @@ libc = "0.2.74" log = "0.4.11" env_logger = "0.7.1" notify = "5.0.0-pre.3" -percent-encoding = "2.1.0" rand = "0.7.3" regex = "1.3.9" reqwest = { version = "0.10.7", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } |