From b269ca32f974f9568408d2c116b9e7d8f970907f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 08:58:43 +0000 Subject: [PATCH] build(deps): bump subtle from 2.2.2 to 2.2.3 Bumps [subtle](https://github.com/dalek-cryptography/subtle) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/dalek-cryptography/subtle/releases) - [Changelog](https://github.com/dalek-cryptography/subtle/blob/master/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/subtle/compare/2.2.2...2.2.3) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcb2b274..9a1ddc3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.2.2" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" +checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1" [[package]] name = "syn"