diff --git a/Cargo.lock b/Cargo.lock index f419b58d510..b9552a38f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,9 +943,9 @@ dependencies = [ [[package]] name = "bytemuck_derive" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" +checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a" dependencies = [ "proc-macro2", "quote", diff --git a/libraries/pod/Cargo.toml b/libraries/pod/Cargo.toml index 4bad0b32ec7..f7def600449 100644 --- a/libraries/pod/Cargo.toml +++ b/libraries/pod/Cargo.toml @@ -14,7 +14,7 @@ borsh = ["dep:borsh"] [dependencies] borsh = { version = "1.5.3", optional = true } bytemuck = { version = "1.21.0" } -bytemuck_derive = { version = "1.8.0" } +bytemuck_derive = { version = "1.8.1" } num-derive = "0.4" num-traits = "0.2" serde = { version = "1.0.216", optional = true }