diff options
| author | John Spurlock <47259736+johnspurlock-skymethod@users.noreply.github.com> | 2024-02-06 17:49:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 18:49:24 -0500 |
| commit | 82401e9fe00858f7189cd2eb6197b2975e02ff62 (patch) | |
| tree | 9ac95c92228079968a3740c251ac0d916932dd16 /cli/Cargo.toml | |
| parent | 33d12c1d5774afc575b371083c1e72e8db03edea (diff) | |
fix(publish): 'explit' typo (#22296)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 76e9f53a7..145544f58 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -59,7 +59,7 @@ deno_config = "=0.9.2" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.100.0", features = ["html"] } deno_emit = "=0.35.0" -deno_graph = "=0.64.1" +deno_graph = "=0.64.2" deno_lint = { version = "=0.55.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.16.0" |
