diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 13:44:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 13:44:28 -0400 |
commit | cddaacc955a8e0e0ab16298f9fad85af7efb1d03 (patch) | |
tree | 6da2713badfeccbb19b540d238f7429ba04b2f78 /deno_typescript | |
parent | 1c5ab8bf1acf8347d39da13c2a9d59c9ba003f3c (diff) |
upgrade crates (#6378)
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml index e787e7443..e6c345bad 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.48.0" } -serde_json = "1.0.53" -serde = { version = "1.0.111", features = ["derive"] } +serde_json = "1.0.55" +serde = { version = "1.0.112", features = ["derive"] } |