From 4cda24e3be88d4f16ff4954766ffb7b3af0dfe47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 26 May 2018 05:12:08 +0000 Subject: [PATCH] Update untrusted requirement to 0.6.1 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 0eb6f858189429..58ba72a8280a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,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.1" bincode = "1.0.0" chrono = { version = "0.4.0", features = ["serde"] } log = "^0.4.1"