From d8f8fbca7dfb146c82558ff87070f5207a2a43cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:36:52 -0700 Subject: [PATCH] build(deps): bump subtle from 2.4.1 to 2.5.0 (#46) Bumps [subtle](https://github.com/dalek-cryptography/subtle) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/dalek-cryptography/subtle/releases) - [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/subtle/compare/2.4.1...2.5.0) --- updated-dependencies: - dependency-name: subtle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4d03d1..1c45782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" [[package]] name = "subtle" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" +checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "typenum"