diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-05-05 12:44:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 16:44:24 +0000 |
| commit | a6c47ee74023f6ef683988cabc8caa95406e3c99 (patch) | |
| tree | 74026c558a175b9cf6f881ec7229499878dd6a1a /Cargo.lock | |
| parent | 5270c43e412cc636cd9923182169d166d181f78a (diff) | |
refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index ad816c9a2..c07936bd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1154,6 +1154,7 @@ dependencies = [ "cbc", "data-encoding", "deno_core", + "deno_fs", "deno_media_type", "deno_npm", "deno_semver", |
