diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-10-26 21:27:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 21:27:50 -0400 |
| commit | 9ec18c35c7e6207fc96d6b2508c3bf37953c4f93 (patch) | |
| tree | 2e1ae90ab7f4bb79b3d119dd7bc8d5e4beec560b /Cargo.lock | |
| parent | 9026f20b2dc0ee97bde3cc6ea8438dafbec5fad3 (diff) | |
feat(doc): display non-exported types referenced in exported types (#20990)
Upgrades to deno_doc 0.70 which includes the feature for showing
non-exported types referenced in exported types as well as a much more
advanced deno doc that uses a symbol graph.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 42c5108b4..1fcfb8b9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,10 +1265,11 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.69.2" +version = "0.70.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6932fbb8bcd9154b8b3b6453dadd812999808aeaa5bfe01a2c63d075b8ad3866" +checksum = "1dd0a46bf024da1e3a1caa7fbb6309bd2abd5395c738b73efe34276a6d9b9838" dependencies = [ + "anyhow", "cfg-if 1.0.0", "deno_ast", "deno_graph", @@ -1350,9 +1351,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.59.0" +version = "0.59.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8863c48f0d7c03beef9a64173557d5ba8e32a4a3f1b8830420c6ec47668fa4c6" +checksum = "ede5d554aca4ac11a25f70b59e80cc1f1fe2cb134664fa33972cf9527f0582bc" dependencies = [ "anyhow", "async-trait", |
