From adab69bccca986bd7da93a84ca419bdd09587a06 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 7 Nov 2019 14:26:49 -0800 Subject: Upgrade rust crates (#3292) --- deno_typescript/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deno_typescript') diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml index 9b3721f36..429089040 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -20,5 +20,5 @@ path = "lib.rs" [dependencies] deno = { path = "../core", version = "0.23.0" } -serde_json = "1.0.40" -serde = { version = "1.0.100", features = ["derive"] } +serde_json = "1.0.41" +serde = { version = "1.0.102", features = ["derive"] } -- cgit v1.2.3