summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-30 05:35:44 -0400
committerGitHub <noreply@github.com>2020-05-30 11:35:44 +0200
commitdad551a3a77346d190663003e366dd94ce46626d (patch)
treed70c2c892eb04eac43e8370c013ef6f5df4531fd /deno_typescript
parenta82f24e9a8d269d43e32af10ae9cb6fd9bf88d9f (diff)
upgrade: Rust crates (#5959)
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 5910da424..c195e62cc 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.46.0" }
-serde_json = "1.0.52"
-serde = { version = "1.0.106", features = ["derive"] }
+serde_json = "1.0.53"
+serde = { version = "1.0.110", features = ["derive"] }