summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-09 20:01:33 -0400
committerGitHub <noreply@github.com>2020-03-10 01:01:33 +0100
commitdad8036766dca3417b79858b9a04d90447f88605 (patch)
treeb0b5a5d5c83992af760d095ec59f957c7e60d6e4
parentb7eb241c3569ead990d28b4f4889c2c52fc7894c (diff)
upgrade: dprint 0.8.0 (#4308)
-rw-r--r--Cargo.lock8
-rw-r--r--cli/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f8471f4e3..34419865e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -561,18 +561,18 @@ checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6"
[[package]]
name = "dprint-core"
-version = "0.10.0"
+version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1571f0f9a597eab84bb34b9e1caad52f1482661c8d5f191632524355a560f30f"
+checksum = "37d1aa8ea00ca5fb5a92278a6596b14b0f8336c3d0b6c6cbde4b46817dcd2ed0"
dependencies = [
"serde",
]
[[package]]
name = "dprint-plugin-typescript"
-version = "0.7.0"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9606967ab3af22b75547a3040349c4f32429189a86626f5b64f1cfb704a25d38"
+checksum = "99a9e66790734bbe0c649dbc0ae36fcff75af538f5cd8b39e4583a6301e9ca9a"
dependencies = [
"dprint-core",
"serde",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2318699f1..05081932f 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.7.0"
+dprint-plugin-typescript = "0.8.0"
futures = { version = "0.3.4", features = [ "compat", "io-compat" ] }
glob = "0.3.0"
http = "0.2.0"