summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-07 15:51:23 -0500
committerGitHub <noreply@github.com>2020-03-07 15:51:23 -0500
commit18076db8f004d70340a7a4317e0ac14c2ca56dee (patch)
treed1f130c4a76a200176e56e65c688143e7138b03c /deno_typescript
parent88b77da25ca43651a9feb178a5c8d916d983e0a2 (diff)
upgrade rust dependencies (#4270)
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/Cargo.toml2
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"] }