diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-06 10:10:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 10:10:51 -0400 |
commit | 2b15e53d5a5e54d40692cf7b1deadf9c4178ca74 (patch) | |
tree | 563cf8383872cc040427349a668152fe7c62eec5 /deno_typescript | |
parent | e18aaf49cfc1dfa8aaa361e343556d1d9eb7251a (diff) |
Upgrade crates (#5104)
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml index 393f10396..7057fc2c7 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -20,5 +20,5 @@ path = "lib.rs" [dependencies] deno_core = { path = "../core", version = "0.42.0" } -serde_json = "1.0.51" +serde_json = "1.0.52" serde = { version = "1.0.106", features = ["derive"] } |