From db55dc164111b0b307704f192053ad54854df077 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Sat, 10 Oct 2020 20:33:26 -0700 Subject: [PATCH] Update ssri dependency to 6. Signed-off-by: David Calavera --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9cbf15..ca7059b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = [ maintenance = { status = "actively-developed" } [dependencies] -ssri = "5.0.0" +ssri = "6.0.0" hex = "0.4.0" tempfile = "3.1.0" sha-1 = "0.8.1"