From d22463bc212c6cbb7bbeff82ed0dd4bf8efee11b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2020 19:21:34 +0000 Subject: [PATCH] Update digest requirement from 0.8 to 0.9 Updates the requirements on [digest](https://github.com/RustCrypto/traits) to permit the latest version. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.8.0...digest-v0.9.0) Signed-off-by: dependabot-preview[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ad3f0777..d2a3f457 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -20,7 +20,7 @@ rand = "0.7" md-5 = "0.8" sha-1 = "0.8" sha2 = "0.8" -digest = "0.8" +digest = "0.9" regex = "1" oxilangtag = "0.1" oxiri = "0.1"