From c84d3e0778eb3020720d05a861a3ace1acedb34a Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Sun, 14 Feb 2016 19:19:45 -0800 Subject: [PATCH] Update version of serde --- tarpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index c19596a..3f47601 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -14,7 +14,7 @@ description = "An RPC framework for Rust with a focus on ease of use." bincode = "^0.4.0" log = "^0.3.5" scoped-pool = "^0.1.4" -serde = "^0.6.12" +serde = "^0.6.13" [dev-dependencies] lazy_static = "^0.1.15"