diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-09-06 02:34:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-06 02:34:02 +0200 |
| commit | c821e8f2f1fb8ad5e9eb00854277cafc8c80b2f5 (patch) | |
| tree | c429a3c2707a4047fb512443a8468b7e15e5730d /Cargo.lock | |
| parent | 849431eb1d112d1f79f4a327830dc1a5bf22dd47 (diff) | |
Move JSON ops to deno_core (#7336)
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 c91f7a2ff..63f6c50e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,6 +453,7 @@ version = "0.56.0" dependencies = [ "downcast-rs", "futures", + "indexmap", "lazy_static", "libc", "log", |
