From c2ad08a9f697a8a111921f74cdd9b837b0fd7bb3 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 12 Jul 2019 04:18:06 -0700 Subject: [PATCH] Update dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0646250..9a96dff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ version = "0.4.2" [dependencies] base64 = "0.10.1" ring = "0.14.6" -serde_json = "1.0.39" +serde_json = "1.0.40" untrusted = "0.6.2"