From bad39ce0c7673eac862afa50362de17f826d3488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:05:06 +0000 Subject: [PATCH] chore(deps): bump miden-crypto from 0.10.0 to 0.10.3 Bumps [miden-crypto](https://github.com/0xPolygonMiden/crypto) from 0.10.0 to 0.10.3. - [Release notes](https://github.com/0xPolygonMiden/crypto/releases) - [Changelog](https://github.com/0xPolygonMiden/crypto/blob/main/CHANGELOG.md) - [Commits](https://github.com/0xPolygonMiden/crypto/commits) --- updated-dependencies: - dependency-name: miden-crypto 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 9fd88568c..9f6810a7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,9 +1052,9 @@ dependencies = [ [[package]] name = "miden-crypto" -version = "0.10.0" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6fad06fc3af260ed3c4235821daa2132813d993f96d446856036ae97e9606dd" +checksum = "825fc5d2e4c951f45da54da2d0d23071918d966133f85dbc219694e0b9a1e141" dependencies = [ "blake3", "cc",