mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
upgrade: dprint 0.6.1 (#4061)
This commit is contained in:
parent
a0d3b4ebc5
commit
6dd9643845
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -357,7 +357,7 @@ dependencies = [
|
|||
"deno_typescript 0.34.0",
|
||||
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"dlopen 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"dprint-plugin-typescript 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"dprint-plugin-typescript 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"fwdansi 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -482,7 +482,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dprint-plugin-typescript"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"dprint-core 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -2378,7 +2378,7 @@ dependencies = [
|
|||
"checksum dlopen_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
|
||||
"checksum downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6"
|
||||
"checksum dprint-core 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1571f0f9a597eab84bb34b9e1caad52f1482661c8d5f191632524355a560f30f"
|
||||
"checksum dprint-plugin-typescript 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff414c104954177b7c98a5ce879f270165b5984a8224cb4055d9454c03b2a53"
|
||||
"checksum dprint-plugin-typescript 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35436beb5b5c902deae6063f3e47a62ba94703828c527381cb05d48be8027cfe"
|
||||
"checksum dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
||||
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
||||
"checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
|
||||
|
|
|
@ -35,7 +35,7 @@ brotli2 = "0.3.2"
|
|||
clap = "2.33.0"
|
||||
dirs = "2.0.2"
|
||||
dlopen = "0.1.8"
|
||||
dprint-plugin-typescript = "0.6.0"
|
||||
dprint-plugin-typescript = "0.6.1"
|
||||
futures = { version = "0.3.1", features = [ "compat", "io-compat" ] }
|
||||
glob = "0.3.0"
|
||||
http = "0.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue