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"