diff --git a/Cargo.lock b/Cargo.lock index 3316976..7de8e91 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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb45cc9d1ce72e5eda341126de495a2c3810108c2333c6f3b4e09d99605f3f48" +dependencies = [ + "anchor-syn 0.22.1", "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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16406bd1c27ff4ebdca4f5d5b09b7952f4d161f25094243e09355797c6bddaa6" +dependencies = [ + "anchor-syn 0.22.1", "anyhow", "bs58 0.4.0", "proc-macro2", @@ -46,13 +75,36 @@ dependencies = [ "syn", ] +[[package]] +name = "anchor-attribute-constant" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d347ce462ceba4473d216bab2c9d0d9702a027d25e93b5376d8d8593d9e13de0" +dependencies = [ + "anchor-syn 0.22.1", + "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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "354582d796f8309252d18f787f0e49df8ab6fdfe48f838f059f001ee2f04b5c8" +dependencies = [ + "anchor-syn 0.22.1", "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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a2e218dd8a446993463e38c00159349ae25aa76076191cde0ba460c9c65a180" +dependencies = [ + "anchor-syn 0.22.1", "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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e1e536e15b13e3168cf878a90b1bd2dfff1b4c8c9475be4b87f71b20cf8e85d" +dependencies = [ + "anchor-syn 0.22.1", "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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6519b3ac626c1bd9df407fe22ec6a283f4b1067ee7f3be896ca580be510b7196" +dependencies = [ + "anchor-syn 0.22.1", "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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88e6a21070bcb053f092a1a9054924e8a1b5afd68f7317d0138327401ac154e1" +dependencies = [ + "anchor-syn 0.22.1", "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.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09a65890c2132f30a3ff160fb83f74e0a0454f904f46f1c9be38d3e94c2d06ed" +dependencies = [ + "anchor-syn 0.22.1", "anyhow", "proc-macro2", "quote", @@ -130,14 +248,14 @@ 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", @@ -145,13 +263,37 @@ dependencies = [ "thiserror", ] +[[package]] +name = "anchor-lang" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef066f4bc0cb4080ff6244b6a66ef31b6077e0302738b365ca894540f5b7dcf8" +dependencies = [ + "anchor-attribute-access-control 0.22.1", + "anchor-attribute-account 0.22.1", + "anchor-attribute-constant", + "anchor-attribute-error 0.22.1", + "anchor-attribute-event 0.22.1", + "anchor-attribute-interface 0.22.1", + "anchor-attribute-program 0.22.1", + "anchor-attribute-state 0.22.1", + "anchor-derive-accounts 0.22.1", + "arrayref", + "base64 0.13.0", + "bincode", + "borsh 0.9.1", + "bytemuck", + "solana-program", + "thiserror", +] + [[package]] name = "anchor-spl" -version = "0.18.2" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6d6c8fbc834319618581a4e19807a30e76326b9981abd069addb55acf0647db" +checksum = "bcdf03d76450451f6c587098fa0d9775dc7eabf9173c89bd1bb17dd72b49e748" dependencies = [ - "anchor-lang", + "anchor-lang 0.22.1", "solana-program", "spl-associated-token-account", "spl-token", @@ -176,6 +318,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "anchor-syn" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "506cb44e4e895f917566c7a0554e487a001041d82dd3ae9f1f37ae7f20f86222" +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,7 +1064,7 @@ dependencies = [ name = "quarry-merge-mine" version = "1.10.6" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "anchor-spl", "num-traits", "quarry-mine", @@ -915,7 +1076,7 @@ dependencies = [ name = "quarry-mine" version = "1.10.6" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "anchor-spl", "num-traits", "proptest", @@ -929,7 +1090,7 @@ dependencies = [ name = "quarry-mint-wrapper" version = "1.10.6" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "anchor-spl", "vipers", ] @@ -938,7 +1099,7 @@ dependencies = [ name = "quarry-operator" version = "1.10.6" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "anchor-spl", "quarry-mine", "vipers", @@ -948,7 +1109,7 @@ dependencies = [ name = "quarry-redeemer" version = "1.10.6" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "anchor-spl", "vipers", ] @@ -957,7 +1118,7 @@ dependencies = [ name = "quarry-registry" version = "1.10.6" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "quarry-mine", "vipers", ] @@ -1476,7 +1637,7 @@ version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2090384475398270737d19816fbb1a935dd0fcf0a9ece92f7d486f312050ffc0" dependencies = [ - "anchor-lang", + "anchor-lang 0.18.2", "anchor-spl", "spl-associated-token-account", ]