diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-10-30 23:49:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 09:19:43 +0530 |
| commit | 092555c611ebab87ad570b4dcb73d54288dccdd9 (patch) | |
| tree | 59b8524320c698a969c1493203dd81a23d4276ef /Cargo.lock | |
| parent | 1713df13524ad20c6bd0413bcf4aa57adc3f9735 (diff) | |
refactor: update to deno_doc 0.71 (#21023)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d5c1f5558..eb9b7cdf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,9 +1245,9 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.70.0" +version = "0.71.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd0a46bf024da1e3a1caa7fbb6309bd2abd5395c738b73efe34276a6d9b9838" +checksum = "2ce98ca0c84dd2599c1b7f5c77268f5993dc716583e9c64365a3e68198b68837" dependencies = [ "anyhow", "cfg-if 1.0.0", |
