Skip to content

Commit

Permalink
Bump mpl-token-metadata from 1.8.0 to 1.8.5
Browse files Browse the repository at this point in the history
Bumps [mpl-token-metadata](https://github.com/metaplex-foundation/metaplex-program-library) from 1.8.0 to 1.8.5.
- [Release notes](https://github.com/metaplex-foundation/metaplex-program-library/releases)
- [Changelog](https://github.com/metaplex-foundation/metaplex-program-library/blob/master/release.toml)
- [Commits](metaplex-foundation/metaplex-program-library@mpl-token-metadata-v1.8.0...mpl-token-metadata-v1.8.5)

---
updated-dependencies:
- dependency-name: mpl-token-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent d7e46cf commit 185ee10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/cardinal-token-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ anchor-spl = "0.26.0"
solana-program = "1.10.29"
spl-associated-token-account = "1.1.2"
spl-token = { version = "3.3.0", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.8.0", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.8.5", features = ["no-entrypoint"] }
cardinal-creator-standard = { version = "^2.2.0", features = ["cpi"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion programs/cardinal-transfer-authority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anchor-lang = { version = "0.26.0", features = ["init-if-needed"] }
anchor-spl = "0.26.0"
spl-associated-token-account = "1.1.2"
spl-token = { version = "3.3.0", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.7.0", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.8.5", features = ["no-entrypoint"] }
solana-program = "1.10.29"
cardinal-token-manager = { version = "^4.4.0", path = "../cardinal-token-manager", features = ["cpi"] }
cardinal-payment-manager = { version = "^3.0.0", features = ["cpi"] }
Expand Down
2 changes: 1 addition & 1 deletion programs/cardinal-use-invalidator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spl-token = { version = "3.3.0", features = ["no-entrypoint"] }
solana-program = "1.10.29"
cardinal-token-manager = { version = "^4.4.0", path = "../cardinal-token-manager", features = ["cpi"] }
cardinal-payment-manager = { version = "^3.0.0", features = ["cpi"] }
mpl-token-metadata = { version = "1.7.0", features = ["no-entrypoint"] }
mpl-token-metadata = { version = "1.8.5", features = ["no-entrypoint"] }
arrayref = "0.3.6"

[dev-dependencies]
Expand Down

0 comments on commit 185ee10

Please sign in to comment.