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 /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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f53ceef2d..bf075418f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ deno_ast = { version = "0.33.2", features = ["transpiling"] } deno_core = { version = "0.260.0" } deno_bench_util = { version = "0.131.0", path = "./bench_util" } -deno_lockfile = "0.18.0" +deno_lockfile = "0.18.2" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } deno_runtime = { version = "0.145.0", path = "./runtime" } deno_terminal = "0.1.1" |
