From d8af3a3a3a6d83c16b376889e8d5bce1767e03df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 07:24:49 +0000 Subject: [PATCH] Bump vipers from 1.5.3 to 1.5.5 Bumps [vipers](https://github.com/saber-hq/vipers) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/saber-hq/vipers/releases) - [Commits](https://github.com/saber-hq/vipers/compare/v1.5.3...v1.5.5) --- updated-dependencies: - dependency-name: vipers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- programs/quarry-merge-mine/Cargo.toml | 2 +- programs/quarry-mine/Cargo.toml | 2 +- programs/quarry-mint-wrapper/Cargo.toml | 2 +- programs/quarry-operator/Cargo.toml | 2 +- programs/quarry-redeemer/Cargo.toml | 2 +- programs/quarry-registry/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3316976..075b775 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,9 +1472,9 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vipers" -version = "1.5.3" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2090384475398270737d19816fbb1a935dd0fcf0a9ece92f7d486f312050ffc0" +checksum = "344716a0a37af7570a1402541e48b42a09def1d453c031aefcd05944d2c4488c" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index e6211b8..3886469 100644 --- a/programs/quarry-merge-mine/Cargo.toml +++ b/programs/quarry-merge-mine/Cargo.toml @@ -27,4 +27,4 @@ quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [ "cpi" ], version = "1.10" } num-traits = "0.2" -vipers = "1.5.3" +vipers = "1.5.5" diff --git a/programs/quarry-mine/Cargo.toml b/programs/quarry-mine/Cargo.toml index 4b06bbd..4bfa37f 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -27,7 +27,7 @@ quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [ "cpi" ], version = "1.10" } spl-math = { version = "0.1.0", features = ["no-entrypoint"] } -vipers = "1.5.3" +vipers = "1.5.5" [dev-dependencies] proptest = { version = "1.0" } diff --git a/programs/quarry-mint-wrapper/Cargo.toml b/programs/quarry-mint-wrapper/Cargo.toml index 68a4344..ad8001b 100644 --- a/programs/quarry-mint-wrapper/Cargo.toml +++ b/programs/quarry-mint-wrapper/Cargo.toml @@ -22,4 +22,4 @@ default = [] [dependencies] anchor-lang = ">=0.17.0" anchor-spl = ">=0.17.0" -vipers = "1.5.3" +vipers = "1.5.5" diff --git a/programs/quarry-operator/Cargo.toml b/programs/quarry-operator/Cargo.toml index 704016c..eee8f81 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -23,4 +23,4 @@ default = [] anchor-lang = ">=0.17.0" anchor-spl = ">=0.17.0" quarry-mine = { path = "../quarry-mine", version = "1.10", features = ["cpi"] } -vipers = "1.5.3" +vipers = "1.5.5" diff --git a/programs/quarry-redeemer/Cargo.toml b/programs/quarry-redeemer/Cargo.toml index 8d355a0..fb993ca 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -22,4 +22,4 @@ default = [] [dependencies] anchor-lang = ">=0.17.0" anchor-spl = ">=0.17.0" -vipers = "1.5.3" +vipers = "1.5.5" diff --git a/programs/quarry-registry/Cargo.toml b/programs/quarry-registry/Cargo.toml index ab8f619..ceff399 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -22,4 +22,4 @@ default = [] [dependencies] anchor-lang = ">=0.17.0" quarry-mine = { version = "1.10", path = "../quarry-mine", features = ["cpi"] } -vipers = "1.5.3" +vipers = "1.5.5"