diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2020-06-27 15:55:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:55:46 -0400 |
commit | 0b28c80e9adbb67f5fa8ec782fb5bd1f7b56a21a (patch) | |
tree | 6770e18963c80450365e9f3a672feceed8a8efc5 | |
parent | 5f3d730df0a249357a0d9112b9ee25f16bf7b8d4 (diff) |
Update to dprint-plugin-typescript 0.19.3 (#6527)
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index c02e8dae6..6ecf41848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,18 +526,18 @@ checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6" [[package]] name = "dprint-core" -version = "0.20.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e932279bfbf2e280772f1708be5502d7ff2de6a3afb388d24a38f4fdf9fe91f5" +checksum = "7c249f8079061863984673e2e5e455217dc6df8924edf474389820fe89727670" dependencies = [ "serde", ] [[package]] name = "dprint-plugin-typescript" -version = "0.19.2" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50b1a94e7824e2b41a4c7eddd39516070c283bc7f525a76fdc9230efbf2b56b5" +checksum = "8239e653999a7061bb6a9a2a077d0c33fd5b760c594e8effe2715b8409d4acc6" dependencies = [ "dprint-core", "serde", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 678357f5c..0ed1574be 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -30,7 +30,7 @@ byteorder = "1.3.4" clap = "2.33.1" dissimilar = "1.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.19.2" +dprint-plugin-typescript = "0.19.3" futures = { version = "0.3.5", features = ["compat", "io-compat"] } http = "0.2.1" indexmap = "1.4.0" |