From 298370fbe845089f24f10a86040b17a2668ca68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 08:45:40 +0000 Subject: [PATCH] Bump mpl-token-metadata from 1.2.6 to 1.4.3 Bumps [mpl-token-metadata](https://github.com/metaplex-foundation/mpl-token-metadata) from 1.2.6 to 1.4.3. - [Release notes](https://github.com/metaplex-foundation/mpl-token-metadata/releases) - [Commits](https://github.com/metaplex-foundation/mpl-token-metadata/commits) --- updated-dependencies: - dependency-name: mpl-token-metadata dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 46 +++++++++++++------ .../solana-nft-programs-generator/Cargo.toml | 2 +- 2 files changed, 33 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f26a915..4cf749b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ahash" @@ -780,9 +780,9 @@ dependencies = [ [[package]] name = "mpl-token-metadata" -version = "1.2.6" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb2815b843e4b3af0503c317da5d9aa6d573c144fbb7c6936492fff2dfcdda6" +checksum = "e719d7e0b5a9d97c7fd4d6f52ebfc32f1e3942e068173e47355f8c275656488a" dependencies = [ "arrayref", "borsh", @@ -915,11 +915,11 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.37" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" dependencies = [ - "unicode-xid", + "unicode-ident", ] [[package]] @@ -969,9 +969,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quote" -version = "1.0.17" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58" +checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" dependencies = [ "proc-macro2", ] @@ -1203,30 +1203,31 @@ dependencies = [ [[package]] name = "shank" -version = "0.0.1" +version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241e2bc30cdc50633ec58dafea6841a3764f5efca9dc17c9604d9e4c45288167" +checksum = "439c00542aa8b4c777750b3130ce36fcff86ba215d54006d47d67359513b70be" dependencies = [ "shank_macro", ] [[package]] name = "shank_macro" -version = "0.0.1" +version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4860f0c3bf7db32960c5e1d75166782b0b096a2e04e2580001e2e9993a7060ef" +checksum = "3498d6ea2ba012f26ad3d79a19773ba8e1c7a69f14dec67e3ed51c723cc9f30a" dependencies = [ "proc-macro2", "quote", "shank_macro_impl", + "shank_render", "syn", ] [[package]] name = "shank_macro_impl" -version = "0.0.1" +version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c2dae9df9e062c7bbb482667f75ffcec1fb435d55d2e9b6454d32fc1612daa0" +checksum = "271c0b0b47ef930d7455d11a02164e3f0e71704d639bcaa6581f23e4b2073227" dependencies = [ "anyhow", "proc-macro2", @@ -1235,6 +1236,17 @@ dependencies = [ "syn", ] +[[package]] +name = "shank_render" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "142e11124c70d1702424011209621551adf775988033dedea428ce4a21d3acdf" +dependencies = [ + "proc-macro2", + "quote", + "shank_macro_impl", +] + [[package]] name = "smallvec" version = "1.8.0" @@ -1451,6 +1463,12 @@ version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" +[[package]] +name = "unicode-ident" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" + [[package]] name = "unicode-segmentation" version = "1.9.0" diff --git a/programs/solana-nft-programs-generator/Cargo.toml b/programs/solana-nft-programs-generator/Cargo.toml index 2c9b281..5ebe891 100644 --- a/programs/solana-nft-programs-generator/Cargo.toml +++ b/programs/solana-nft-programs-generator/Cargo.toml @@ -20,7 +20,7 @@ anchor-lang = { version = "0.22.0", features = ["init-if-needed"] } anchor-spl = "0.22.0" solana-program = "1.8.1" spl-token = { version = "3.1.1", features = ["no-entrypoint"] } -mpl-token-metadata = { version = "1.2.5", features = ["no-entrypoint"] } +mpl-token-metadata = { version = "1.4.3", features = ["no-entrypoint"] } [dev-dependencies] proptest = { version = "1.0" }