From b93a982a8cf7d959e39cc024409040abc8ef5882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:23:34 +0000 Subject: [PATCH] Bump vipers from 2.0.3 to 2.0.6 Bumps [vipers](https://github.com/saber-hq/vipers) from 2.0.3 to 2.0.6. - [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/v2.0.3...v2.0.6) --- updated-dependencies: - dependency-name: vipers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57342bc..adb1ca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1266,12 +1266,13 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vipers" -version = "2.0.3" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "889d3e2503cb5381bb87e4ef252427caa61023c5bedf837070fdf2d77dd83d03" +checksum = "59ae9a95d96cec623d9ff69d026671c79a0001d3df9bc825bfa648297f7c05bf" dependencies = [ "anchor-lang", "anchor-spl", + "num-traits", "spl-associated-token-account", ]