From cb5dd69dda4872533b05a4e9184f7e35f21c2010 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 14 Apr 2020 09:31:29 -0400 Subject: upgrade: rust crates (#4742) --- 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 8c0faf0b6..f29677e26 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.40.0" } -serde_json = "1.0.50" -serde = { version = "1.0.105", features = ["derive"] } +serde_json = "1.0.51" +serde = { version = "1.0.106", features = ["derive"] } -- cgit v1.2.3