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 /cli/Cargo.toml | |
| parent | 849431eb1d112d1f79f4a327830dc1a5bf22dd47 (diff) | |
Move JSON ops to deno_core (#7336)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f67158310..224373053 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -45,7 +45,7 @@ futures = "0.3.5" filetime = "0.2.12" http = "0.2.1" idna = "0.2.0" -indexmap = "1.5.1" +indexmap = "1.5.2" jsonc-parser = "0.14.0" lazy_static = "1.4.0" libc = "0.2.74" |
