From 6a7c9635405891f6994dccc8ade4e3d6540e576b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:04:46 +0000 Subject: [PATCH] build(deps): bump dsa from 0.6.2 to 0.6.3 Bumps [dsa](https://github.com/RustCrypto/signatures) from 0.6.2 to 0.6.3. - [Commits](https://github.com/RustCrypto/signatures/compare/dsa/v0.6.2...dsa/v0.6.3) --- updated-dependencies: - dependency-name: dsa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d455087..97f3f09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "dsa" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d88afbb2443ba68ef8593de497e830b2e276434e1408f85cd760b1107b44ead0" +checksum = "48bc224a9084ad760195584ce5abb3c2c34a225fa312a128ad245a6b412b7689" dependencies = [ "digest", "num-bigint-dig",