From 7937397caabd9448a0f084fdb9f490f5446c211d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 05:47:31 +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 36bb192..8b9aa73 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","event-cpi"]} anchor-spl = { version = "0.28.0", features = ["metadata"] } -mpl-token-metadata = { version = "=1.12.2", features = ["no-entrypoint"] } +mpl-token-metadata = { version = "=1.13.2", features = ["no-entrypoint"] } solana-program = "~1.14.16" pyth-sdk = "~0.8.0"