summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-04-08 14:29:42 -0400
committerGitHub <noreply@github.com>2020-04-08 14:29:42 -0400
commitb7e673ba9357495820b07fcdba1dffef92d24ea3 (patch)
tree10fb3ba9cd27bb518d64a7abf531da7a20baf10b /deno_typescript
parentdd2d19b22d607ef61bc4752d932856bbf5304975 (diff)
upgrade: rust crates (#4679)
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml
index 3b44d3d8b..a1dc0070d 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.39.0" }
-serde_json = "1.0.48"
-serde = { version = "1.0.104", features = ["derive"] }
+serde_json = "1.0.50"
+serde = { version = "1.0.105", features = ["derive"] }