From 20cf44dbc27b9ba6a7bdeb581d252c6d3258ece6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 18:21:08 +0000 Subject: [PATCH] Bump vipers from 2.0.3 to 2.0.4 Bumps [vipers](https://github.com/saber-hq/vipers) from 2.0.3 to 2.0.4. - [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.4) --- 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 f1f9b2e..62d221b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,12 +1274,13 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vipers" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "889d3e2503cb5381bb87e4ef252427caa61023c5bedf837070fdf2d77dd83d03" +checksum = "019772b1823410a5abae49ce818d9f2c6a40f185a4543bddcc4cfa0efbe76528" dependencies = [ "anchor-lang", "anchor-spl", + "num-traits", ] [[package]]