From 0d106881a09aba6adb733b43c08f0dd479aac39e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:33:12 +0000 Subject: [PATCH] Bump shank from 0.4.2 to 0.4.5 Bumps [shank](https://github.com/metaplex-foundation/shank) from 0.4.2 to 0.4.5. - [Changelog](https://github.com/metaplex-foundation/shank/blob/master/release.toml) - [Commits](https://github.com/metaplex-foundation/shank/compare/shank@v0.4.2...shank@v0.4.5) --- updated-dependencies: - dependency-name: shank dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- program/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef7df91..4e4f967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2171,18 +2171,18 @@ dependencies = [ [[package]] name = "shank" -version = "0.4.2" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d894855493d4ce613b25550fe1ed1c62d0af5486b984579ba55e3f8c9631d5" +checksum = "acacd11d5f6c23c917cba20b5958cc24a63ecbc9f4b5e0692b41bd8016eb44d5" dependencies = [ "shank_macro", ] [[package]] name = "shank_macro" -version = "0.4.2" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9bf2645f8eebde043da69200195058e7b59806705104f908a31d05ca82844ce" +checksum = "7b9249dc9a94754dac8b18085d33a25038915877669564a17732e02c67fea036" dependencies = [ "proc-macro2", "quote", @@ -2193,9 +2193,9 @@ dependencies = [ [[package]] name = "shank_macro_impl" -version = "0.4.2" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d0593f48acb0a722906416b1f6b8926f6571eb9af16d566a7c65427f269f50" +checksum = "eb6a32de33f7c537e68c5061c99bf9859b19a725fa78d5c8282b16fbf9455fc5" dependencies = [ "anyhow", "proc-macro2", @@ -2206,9 +2206,9 @@ dependencies = [ [[package]] name = "shank_render" -version = "0.4.2" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121175ba61809189f888dc5822ebfd30fa0d91e1e1f61d25a4d40b0847b3075e" +checksum = "7809e7ac6f979b0e3d9ddba8a4e8e73fe239f62bef9d953784e516ff08f526e4" dependencies = [ "proc-macro2", "quote", diff --git a/program/Cargo.toml b/program/Cargo.toml index 8d1c424..ad18d3f 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -15,7 +15,7 @@ program-id = "Feature111111111111111111111111111111111111" num_enum = "0.7.4" num-derive = "0.4" num-traits = "0.2" -shank = "0.4.2" +shank = "0.4.5" solana-account-info = "3.0.0" solana-cpi = "3.0.0" solana-feature-gate-interface = { version = "3.0.0", features = ["bincode"] }