From 5fe9e4c1c4dd9a08ce0e2572ccadd1a0b7e0b2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:37:36 +0000 Subject: [PATCH] Update mpl-token-metadata requirement in /programs/defios Updates the requirements on [mpl-token-metadata](https://github.com/metaplex-foundation/metaplex-program-library) to permit the latest version. - [Changelog](https://github.com/metaplex-foundation/metaplex-program-library/blob/master/release.toml) - [Commits](https://github.com/metaplex-foundation/metaplex-program-library/commits) --- updated-dependencies: - dependency-name: mpl-token-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- programs/defios/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/defios/Cargo.toml b/programs/defios/Cargo.toml index fe0362e..331af2c 100644 --- a/programs/defios/Cargo.toml +++ b/programs/defios/Cargo.toml @@ -20,6 +20,6 @@ default = [] [dependencies] anchor-lang = {version = "0.28.0", features = ["init-if-needed"]} anchor-spl = { version = "0.28.0", features = ["metadata"] } -mpl-token-metadata = { version = "=1.12.2", features = ["no-entrypoint"] } +mpl-token-metadata = { version = "=1.13.1", features = ["no-entrypoint"] } solana-program = "~1.14.16" pyth-sdk = "~0.8.0"