diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-08 13:02:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 13:02:14 +0200 |
commit | 241d2281045b7edef93b069a739eee54bf9f1640 (patch) | |
tree | 9ba6e0e32d64aaaa02060d55a753724e66919ecc | |
parent | 05c46f59692366c0d7545ebb5f4c3afffe6364fa (diff) |
upgrade: deno_doc to 0.1.5 (#7391)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 158b397f1..987663054 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,9 +466,9 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d394f900edfefea7dbf39a6c078942df91d09a718279c3ef33f755c1720a146d" +checksum = "09c0c17b826a68cc4ef4eb4d9a46f12d20d9f1f97b0109dbfdc45172adc19a51" dependencies = [ "futures", "lazy_static", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b95cf1ddb..6d4ca7793 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -29,7 +29,7 @@ winapi = "0.3.9" [dependencies] deno_core = { path = "../core", version = "0.56.0" } -deno_doc = { version = "0.1.4" } +deno_doc = { version = "0.1.5" } deno_lint = { version = "0.1.28", features = ["json"] } atty = "0.2.14" |