From 5d7664b20c4e194c3e1850234c0e4046f252022f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 23:31:36 +0000 Subject: [PATCH] Bump vipers from 2.0.1 to 2.0.4 Bumps [vipers](https://github.com/saber-hq/vipers) from 2.0.1 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.1...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 49087a5..fa56d81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1234,12 +1234,13 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vipers" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fa532cf7883844a9ca02b4b3baf96efd02926f32ec67dc22b2fb3c2349b3dc" +checksum = "019772b1823410a5abae49ce818d9f2c6a40f185a4543bddcc4cfa0efbe76528" dependencies = [ "anchor-lang", "anchor-spl", + "num-traits", ] [[package]]