diff --git a/Cargo.lock b/Cargo.lock index f4696c4a..252a2f09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2343,7 +2343,7 @@ name = "repository-layout-program" version = "0.1.0" dependencies = [ "borsh 0.9.3", - "borsh-derive 0.9.3", + "borsh-derive 1.5.7", "solana-program 2.3.0", ] diff --git a/basics/repository-layout/native/program/Cargo.toml b/basics/repository-layout/native/program/Cargo.toml index 9a7842bc..6ecba385 100644 --- a/basics/repository-layout/native/program/Cargo.toml +++ b/basics/repository-layout/native/program/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] borsh = "0.9.3" -borsh-derive = "0.9.1" +borsh-derive = "1.5.7" solana-program = "2.0" [lib]