diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-10-03 19:48:36 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 14:18:36 +0000 |
| commit | e41df20ad9ba0e5acee028a161ab55b81987acb8 (patch) | |
| tree | 83bf64aed4e796b61385cc9cf4a3d6c8d0bc6ca2 /Cargo.lock | |
| parent | 91860b34f52e498913e69bef3fc734fdf1ff817c (diff) | |
fix(npm): root package has peer dependency on itself (#26022)
https://github.com/denoland/deno_npm/pull/70
Fixes https://github.com/denoland/deno/issues/26006
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 f26a7135d..a67950410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1899,9 +1899,9 @@ dependencies = [ [[package]] name = "deno_npm" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1809e2d77d8a06bc2800dc10c1d4acb664197e518e289a86e336411c1feba785" +checksum = "8050bcc2513046cbc0134ae1bc0f3b251a58b95012f3b81e0ea09a7f069c301b" dependencies = [ "anyhow", "async-trait", |
