diff options
| author | Valentin Anger <syrupthinker@gryphno.de> | 2020-09-11 22:40:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 22:40:48 +0200 |
| commit | e3319f34a6ece36eab3138eae83c8d0e18fcc07c (patch) | |
| tree | c194f400d91d11b9a29416e1697d00d8cf2e3628 /cli/Cargo.toml | |
| parent | a3282aa9ed749f2e80618c6e2f25047d9a2bb2d8 (diff) | |
feat(unstable): Support data: urls (#5157)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5a969b785..f5be543a1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -52,6 +52,7 @@ 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"] } |
