diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index a22fa2938..e3cdc49d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1658,13 +1658,17 @@ dependencies = [ "deno_core", "filetime", "fs3", + "libc", "log", "once_cell", "os_pipe", "parking_lot 0.12.3", + "pin-project", "rand", "tokio", + "uuid", "winapi", + "windows-sys 0.52.0", ] [[package]] |