diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-07-10 20:51:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 15:51:24 -0400 |
| commit | 69e0886362623e1998f192dda72567b4e66b4117 (patch) | |
| tree | 95d83f8a2e288f3203f4bfe952ad6969fdf71b50 /cli/Cargo.toml | |
| parent | 39dba12a061e464fb06bc6a763c84b36b5d1a915 (diff) | |
fix(URL): Implement spec-compliant host parsing (#6689)
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 64688d5d0..b02f68825 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,6 +33,7 @@ dlopen = "0.1.8" dprint-plugin-typescript = "0.19.5" futures = { version = "0.3.5", features = ["compat", "io-compat"] } http = "0.2.1" +idna = "0.2.0" indexmap = "1.4.0" lazy_static = "1.4.0" libc = "0.2.71" |
