From 2b33d22bde0f4dfa5bb3ed0eec6c224d1cd31583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:33:52 +0000 Subject: [PATCH] Bump vipers from 1.2.1 to 1.6.1 Bumps [vipers](https://github.com/saber-hq/vipers) from 1.2.1 to 1.6.1. - [Release notes](https://github.com/saber-hq/vipers/releases) - [Changelog](https://github.com/saber-hq/vipers/blob/master/CHANGELOG.md) - [Commits](https://github.com/saber-hq/vipers/compare/v1.2.1...v1.6.1) --- updated-dependencies: - dependency-name: vipers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- programs/migrator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43fcce9..947ee03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1250,13 +1250,12 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vipers" -version = "1.2.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8960b053a136ee9be9620d0e57c386803db236fa041255b3c6bf135bd7fae4d7" +checksum = "a9a8dc4892bbdf8c166bc77882e459324209a1f1d315f336a9622605da340450" dependencies = [ "anchor-lang", "anchor-spl", - "solana-program", "spl-associated-token-account", ] diff --git a/programs/migrator/Cargo.toml b/programs/migrator/Cargo.toml index cb33864..c919e6b 100644 --- a/programs/migrator/Cargo.toml +++ b/programs/migrator/Cargo.toml @@ -26,4 +26,4 @@ solana-program = "1.7.11" spl-associated-token-account = { version = "1.0.3", features = [ "no-entrypoint" ] } -vipers = "1.2.1" +vipers = "1.6.1"