diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-07 15:51:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 15:51:23 -0500 |
commit | 18076db8f004d70340a7a4317e0ac14c2ca56dee (patch) | |
tree | d1f130c4a76a200176e56e65c688143e7138b03c /deno_typescript | |
parent | 88b77da25ca43651a9feb178a5c8d916d983e0a2 (diff) |
upgrade rust dependencies (#4270)
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 b79888bd2..98663df05 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.35.0" } -serde_json = "1.0.44" +serde_json = "1.0.48" serde = { version = "1.0.104", features = ["derive"] } |