diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-09 18:03:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 18:03:05 -0500 |
| commit | f232c36c485d2b4f15b52c32005e33a965424eee (patch) | |
| tree | 81c725c105294e636a4b1f5e13a74b4d43e04f4c /cli/Cargo.toml | |
| parent | dcbbcd23f5dd8601e2851aded4cabc6557164363 (diff) | |
fix: lockfile was sometimes getting corrupt when changing config deps (#22359)
Tests are in the deno_lockfile repo.
Closes #22250
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 cb52d3966..7fe471dbe 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -65,7 +65,7 @@ deno_config = "=0.9.2" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.103.0", features = ["html"] } deno_emit = "=0.36.0" -deno_graph = "=0.65.0" +deno_graph = "=0.65.1" deno_lint = { version = "=0.56.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.16.0" |
