diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-02-12 17:37:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 17:37:45 +0100 |
commit | f67b06939be5b754ecee306e9da1d7c0779c3cd6 (patch) | |
tree | 35a04a2ae748c67625124bf235b246d07463fd56 /cli | |
parent | 39f3aaaa7205b555a83ae2c50b3537a645298bb4 (diff) |
v1.7.3
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9b4217788..b682b7c93 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.7.2" +version = "1.7.3" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -46,7 +46,7 @@ base64 = "0.13.0" byteorder = "1.4.2" clap = "2.33.3" dissimilar = "1.0.2" -dprint-plugin-typescript = "0.40.0" +dprint-plugin-typescript = "0.40.1" dprint-plugin-markdown = "0.5.1" encoding_rs = "0.8.28" env_logger = "0.8.2" |