diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-03-29 01:04:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 10:04:18 -0400 |
commit | 1397b8e0e7c85762e19d88fde103342bfa563360 (patch) | |
tree | eb4b6df0b61266f273868664a6102cb6f95d09f5 | |
parent | 5837ce464c3283dc13f7bec237902b8c637f462d (diff) |
upgrade: dprint 0.9.6 (#4509)
-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 ac62a931a..6a178bf03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,9 +616,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b40a2ed665c9cb3192b689bcfc6934a1dbe16009e363c84b6db19ce1c36ef274" +checksum = "66d1fc740f63f2fd73c63d4c55632f81fa41ec84ae531258e0e1e014bb3eb30a" dependencies = [ "dprint-core", "serde", @@ -2435,9 +2435,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.21.6" +version = "0.21.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701e681b7783c5b9d3df9e18592494ca3cba7a2fa8fc98d4d4f423ae993df155" +checksum = "c7fd022bbe8fdd94649a0165a53dc7fbd850370a40609b9c3fddd404b99427fb" dependencies = [ "either", "enum_kind", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index aa4fd15de..1483324bf 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.3.4" clap = "2.33.0" dirs = "2.0.2" dlopen = "0.1.8" -dprint-plugin-typescript = "0.9.5" +dprint-plugin-typescript = "0.9.6" futures = { version = "0.3.4", features = ["compat", "io-compat"] } glob = "0.3.0" http = "0.2.0" |