From cf82224bd3d37285845c8a25ccb4348832e3cc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 22 Jun 2018 13:16:40 +0000 Subject: [PATCH] Update untrusted requirement to 0.6.2 Updates the requirements on [untrusted](https://github.com/briansmith/untrusted) to permit the latest version. - [Release notes](https://github.com/briansmith/untrusted/releases) - [Commits](https://github.com/briansmith/untrusted/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad1d201a10db32..d9dc0e637dbd31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ serde = "1.0.27" serde_derive = "1.0.27" serde_json = "1.0.10" ring = "0.12.1" -untrusted = "0.5.1" +untrusted = "0.6.2" bincode = "1.0.0" chrono = { version = "0.4.0", features = ["serde"] } log = "0.4.2"