From dad551a3a77346d190663003e366dd94ce46626d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 30 May 2020 05:35:44 -0400 Subject: upgrade: Rust crates (#5959) --- 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 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"] } -- cgit v1.2.3