diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-08-29 15:57:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 15:57:43 -0700 |
| commit | 86d5b919d8ef55070e95230c9268f69cf58c25c8 (patch) | |
| tree | 7d005a7116ecb44fc95e64489eac66f786d2ef11 /Cargo.lock | |
| parent | 0fb8df6c0ce582c947a8e165c7fb31cd4ec0c3ca (diff) | |
feat(config): Node modules option for 2.0 (#25299)
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 c3b16cea9..ad685a9f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1375,9 +1375,9 @@ dependencies = [ [[package]] name = "deno_config" -version = "0.30.1" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9657dbcc5210407fd9a1b1571310f2fe25c6dd6be2195c964d19f43d70045a95" +checksum = "efba70c2fbec59e6d0c6040376644803f2cebbb4d55a651cbab4794e390a8592" dependencies = [ "anyhow", "deno_package_json", |
