From b693ca7f7f21f9775c08dfbf038e6d3557f6daeb Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 1 Jun 2020 16:25:10 -0400 Subject: upgrade: crates (#6032) --- 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 c195e62cc..d745607a5 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -21,4 +21,4 @@ path = "lib.rs" [dependencies] deno_core = { path = "../core", version = "0.46.0" } serde_json = "1.0.53" -serde = { version = "1.0.110", features = ["derive"] } +serde = { version = "1.0.111", features = ["derive"] } -- cgit v1.2.3