From df1ca393f6f6f9ec23b90de299e4990e62df7bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:33:29 +0000 Subject: [PATCH] Bump quarry-mine from 5.0.2 to 5.1.0 Bumps [quarry-mine](https://github.com/QuarryProtocol/quarry) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/QuarryProtocol/quarry/releases) - [Changelog](https://github.com/QuarryProtocol/quarry/blob/master/CHANGELOG.md) - [Commits](https://github.com/QuarryProtocol/quarry/compare/v5.0.2...v5.1.0) --- updated-dependencies: - dependency-name: quarry-mine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f66eed0..a23da4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -999,9 +999,9 @@ dependencies = [ [[package]] name = "quarry-mine" -version = "5.0.2" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "137724bb4a7fbf7ac6971a3447a926cad58899d29ebfc07e0992d02362aaf0df" +checksum = "1b08e35dd4accda21f53a3ef236a669950c0f0bb45073c851ae062c380dc7e32" dependencies = [ "anchor-lang", "anchor-spl",