1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00

upgrade: dprint 0.8.0 (#4308)

This commit is contained in:
Ryan Dahl 2020-03-09 20:01:33 -04:00 committed by GitHub
parent b7eb241c35
commit dad8036766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -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",

View file

@ -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"