From 18076db8f004d70340a7a4317e0ac14c2ca56dee Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 7 Mar 2020 15:51:23 -0500 Subject: upgrade rust dependencies (#4270) --- deno_typescript/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno_typescript') 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"] } -- cgit v1.2.3