metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
198 stars 112 forks source link

fix broken build; bump lock deps #466

Closed samuelvanderwaal closed 10 months ago

samuelvanderwaal commented 10 months ago

New builds will fail currently if they don't have a lock file with mpl-token-auth-rules 1.3 in it as pulling in 1.4 has issues with solana program and Pubkey not implementing borsh. This patch pins mpl-token-auth-rules to 1.3 to fix builds until there's time to do a full upgrade to mpl-token-auth-rules 2.0 solana 1.16, etc.

This PR also bumps lock file deps to get security patches.