From b28dd883fda1484f35f3091c4166a21000eddcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 07:21:28 +0000 Subject: [PATCH] Bump vipers from 1.5.3 to 2.0.2 Bumps [vipers](https://github.com/saber-hq/vipers) from 1.5.3 to 2.0.2. - [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.5.3...v2.0.2) --- updated-dependencies: - dependency-name: vipers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 258 ++++++++++++++++++++---- 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, 221 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3316976..50e0f72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,21 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13e53fd8d0aa034bb2e647c39eec4e399095438dbc83526949ac6a072e3c4ce7" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "anyhow", + "proc-macro2", + "quote", + "regex", + "syn", +] + +[[package]] +name = "anchor-attribute-access-control" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb917e636aa85cbb0d908e948cf7646c78a3e2fb06f396522d01fa55ec93412f" +dependencies = [ + "anchor-syn 0.23.0", "anyhow", "proc-macro2", "quote", @@ -37,7 +51,22 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "362b1b119372b38cdd45949bd8f09a8f5c56a701d49a747fc43d7a59393b647f" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "anyhow", + "bs58 0.4.0", + "proc-macro2", + "quote", + "rustversion", + "syn", +] + +[[package]] +name = "anchor-attribute-account" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40132c6a9ecf26f6a1d0480824d4e7327bade791d6afe2e003546f58b450e760" +dependencies = [ + "anchor-syn 0.23.0", "anyhow", "bs58 0.4.0", "proc-macro2", @@ -46,13 +75,36 @@ dependencies = [ "syn", ] +[[package]] +name = "anchor-attribute-constant" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b229e8eb84adf4c282b45bf03354a265f629cb657323728570d994ca0f8ef0" +dependencies = [ + "anchor-syn 0.23.0", + "proc-macro2", + "syn", +] + [[package]] name = "anchor-attribute-error" version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41c8be43ca34309afcafb24274bba6733b6b5d59be47f1cc11ef3afe9584e5cd" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "anchor-attribute-error" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc0aaf2dae975810ee9f09135cb91b4df66d3834c9bbb789f0930fde2b2a49c" +dependencies = [ + "anchor-syn 0.23.0", "proc-macro2", "quote", "syn", @@ -64,7 +116,20 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "899640f277f8296da82d6505312b03a4cd4901c3c6d6fe8eb3ca2db33f26ebb9" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "anyhow", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "anchor-attribute-event" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1aefe4f159ae2ccaa908ad7625639294be02602543c5ea8e7b6c8c6126640a8e" +dependencies = [ + "anchor-syn 0.23.0", "anyhow", "proc-macro2", "quote", @@ -77,7 +142,21 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f514a6502a0ad56f321df492f1c699ee8ad3912c6354acd087f3d28431a0fac4" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "anyhow", + "heck", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "anchor-attribute-interface" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7885efaa71230455a55f2078c130c8168ba58a01271d769a9e3e7753041b023b" +dependencies = [ + "anchor-syn 0.23.0", "anyhow", "heck", "proc-macro2", @@ -91,7 +170,20 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fadc2f9bcaeb3be4a8efb76c455bc772b5d257c01796b415eb3aa4bd93ed43fe" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "anyhow", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "anchor-attribute-program" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f962fa82552a2d36ac0a72410a7a63dce16ff84d5921f3195cf1427c89d3848d" +dependencies = [ + "anchor-syn 0.23.0", "anyhow", "proc-macro2", "quote", @@ -104,7 +196,20 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adbff8f1a2b53a42ef547f3188e25f7e3d6933113ab0f94b11afb825eee80f47" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "anyhow", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "anchor-attribute-state" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acbb91124f1e49d5d84b4c812f47442830ddf8e5b25e7e7fbbe8027ea9a55f4e" +dependencies = [ + "anchor-syn 0.23.0", "anyhow", "proc-macro2", "quote", @@ -117,7 +222,20 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "458185d8bd23559f6ed35c4a7a7d0f83ac4d7837b2e790d90e50cafc9371503e" dependencies = [ - "anchor-syn", + "anchor-syn 0.18.2", + "anyhow", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "anchor-derive-accounts" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8acbc8ab9e4305ae5fdfecc0e40f1254db28747d0bb4a4adf0d63dd09366bac6" +dependencies = [ + "anchor-syn 0.23.0", "anyhow", "proc-macro2", "quote", @@ -130,15 +248,39 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46dd615c2eb55d88de8800c46fa7ed51ef045d76ed669222a798976d0a447f59" dependencies = [ - "anchor-attribute-access-control", - "anchor-attribute-account", - "anchor-attribute-error", - "anchor-attribute-event", - "anchor-attribute-interface", - "anchor-attribute-program", - "anchor-attribute-state", - "anchor-derive-accounts", + "anchor-attribute-access-control 0.18.2", + "anchor-attribute-account 0.18.2", + "anchor-attribute-error 0.18.2", + "anchor-attribute-event 0.18.2", + "anchor-attribute-interface 0.18.2", + "anchor-attribute-program 0.18.2", + "anchor-attribute-state 0.18.2", + "anchor-derive-accounts 0.18.2", + "base64 0.13.0", + "borsh 0.9.1", + "bytemuck", + "solana-program", + "thiserror", +] + +[[package]] +name = "anchor-lang" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "720b81290f0323ab655380fe80d6aeb678c77500e07e5d75e7693b611895b5a4" +dependencies = [ + "anchor-attribute-access-control 0.23.0", + "anchor-attribute-account 0.23.0", + "anchor-attribute-constant", + "anchor-attribute-error 0.23.0", + "anchor-attribute-event 0.23.0", + "anchor-attribute-interface 0.23.0", + "anchor-attribute-program 0.23.0", + "anchor-attribute-state 0.23.0", + "anchor-derive-accounts 0.23.0", + "arrayref", "base64 0.13.0", + "bincode", "borsh 0.9.1", "bytemuck", "solana-program", @@ -151,7 +293,19 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6d6c8fbc834319618581a4e19807a30e76326b9981abd069addb55acf0647db" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", + "solana-program", + "spl-associated-token-account", + "spl-token", +] + +[[package]] +name = "anchor-spl" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "302c7285127b097d90e188eb9a7488ea9099550cceb86f27177d51d67df609b5" +dependencies = [ + "anchor-lang 0.23.0", "solana-program", "spl-associated-token-account", "spl-token", @@ -176,6 +330,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "anchor-syn" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b18fdb2a5bba16db5d2121935284d3fe226cf35ef1c549162abcb2c50c5b7e21" +dependencies = [ + "anyhow", + "bs58 0.3.1", + "heck", + "proc-macro2", + "proc-macro2-diagnostics", + "quote", + "serde", + "serde_json", + "sha2", + "syn", + "thiserror", +] + [[package]] name = "anyhow" version = "1.0.49" @@ -903,8 +1076,8 @@ dependencies = [ name = "quarry-merge-mine" version = "1.10.6" dependencies = [ - "anchor-lang", - "anchor-spl", + "anchor-lang 0.18.2", + "anchor-spl 0.18.2", "num-traits", "quarry-mine", "quarry-mint-wrapper", @@ -915,8 +1088,8 @@ dependencies = [ name = "quarry-mine" version = "1.10.6" dependencies = [ - "anchor-lang", - "anchor-spl", + "anchor-lang 0.18.2", + "anchor-spl 0.18.2", "num-traits", "proptest", "quarry-mint-wrapper", @@ -929,8 +1102,8 @@ dependencies = [ name = "quarry-mint-wrapper" version = "1.10.6" dependencies = [ - "anchor-lang", - "anchor-spl", + "anchor-lang 0.18.2", + "anchor-spl 0.18.2", "vipers", ] @@ -938,8 +1111,8 @@ dependencies = [ name = "quarry-operator" version = "1.10.6" dependencies = [ - "anchor-lang", - "anchor-spl", + "anchor-lang 0.18.2", + "anchor-spl 0.18.2", "quarry-mine", "vipers", ] @@ -948,8 +1121,8 @@ dependencies = [ name = "quarry-redeemer" version = "1.10.6" dependencies = [ - "anchor-lang", - "anchor-spl", + "anchor-lang 0.18.2", + "anchor-spl 0.18.2", "vipers", ] @@ -957,7 +1130,7 @@ dependencies = [ name = "quarry-registry" version = "1.10.6" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "quarry-mine", "vipers", ] @@ -1229,9 +1402,9 @@ dependencies = [ [[package]] name = "solana-frozen-abi" -version = "1.8.5" +version = "1.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc1012d3d2ab907d942511eefa9e49dc411eeefda964c744ab431e5a4788decd" +checksum = "425be155319bda665dc3483f0c0267ac0fc89017812d0c5d9816b1c7a26c1532" dependencies = [ "bs58 0.3.1", "bv", @@ -1249,9 +1422,9 @@ dependencies = [ [[package]] name = "solana-frozen-abi-macro" -version = "1.8.5" +version = "1.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c02e8365ddbab83f2004041032a48e2b9e3b42a3fc44c318aebc96dce6bf920" +checksum = "8d97737c34380c42c9b3e060cf68d1929ad81fea5a3c00887bb82314b788ba13" dependencies = [ "proc-macro2", "quote", @@ -1261,9 +1434,9 @@ dependencies = [ [[package]] name = "solana-logger" -version = "1.8.5" +version = "1.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298885f4c7c704df17fa48ddf1a1582032e13174bc7e0e8ada57ca62740e8a98" +checksum = "659d836ac49f5a53481ead26f4ea78b688a91dedcbe6c51454169491e1648ceb" dependencies = [ "env_logger", "lazy_static", @@ -1272,9 +1445,9 @@ dependencies = [ [[package]] name = "solana-program" -version = "1.8.5" +version = "1.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d115ccafc326625e378cd8b4122a2e6a6666ad7907d165e9384a76ecbdb7b745" +checksum = "00b2b6d99b5c662975ead69a60ead75b820f2eaa42eb4512c79a919e91807d43" dependencies = [ "base64 0.13.0", "bincode", @@ -1309,9 +1482,9 @@ dependencies = [ [[package]] name = "solana-sdk-macro" -version = "1.8.5" +version = "1.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91983679137d5a342cc99f56dbb418def7af5712a5edb2636d3637c897962f9b" +checksum = "a122a01e936f3b69064f0800e0488617833fc6a4dd86294cf7cc75f34511d6b5" dependencies = [ "bs58 0.3.1", "proc-macro2", @@ -1472,13 +1645,12 @@ checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "vipers" -version = "1.5.3" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2090384475398270737d19816fbb1a935dd0fcf0a9ece92f7d486f312050ffc0" +checksum = "0c5b2d3946d8608a025c1b3466708b8c1e15236e2c5f582fde34e854878ce4b7" dependencies = [ - "anchor-lang", - "anchor-spl", - "spl-associated-token-account", + "anchor-lang 0.23.0", + "anchor-spl 0.23.0", ] [[package]] diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index e6211b8..114e3ba 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 = "2.0.2" diff --git a/programs/quarry-mine/Cargo.toml b/programs/quarry-mine/Cargo.toml index 4b06bbd..9053e15 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 = "2.0.2" [dev-dependencies] proptest = { version = "1.0" } diff --git a/programs/quarry-mint-wrapper/Cargo.toml b/programs/quarry-mint-wrapper/Cargo.toml index 68a4344..a83efd7 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 = "2.0.2" diff --git a/programs/quarry-operator/Cargo.toml b/programs/quarry-operator/Cargo.toml index 704016c..976033b 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 = "2.0.2" diff --git a/programs/quarry-redeemer/Cargo.toml b/programs/quarry-redeemer/Cargo.toml index 8d355a0..7c336af 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 = "2.0.2" diff --git a/programs/quarry-registry/Cargo.toml b/programs/quarry-registry/Cargo.toml index ab8f619..aba6055 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 = "2.0.2"