diff --git a/Cargo.lock b/Cargo.lock index 9259128a..c195ec6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,11 +501,11 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.6" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b74d67a0fc0af8e9823b79fd1c43a0900e5a8f0e0f4cc9210796bf3a820126" +checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" dependencies = [ - "borsh-derive 1.5.6", + "borsh-derive 1.5.7", "cfg_aliases", ] @@ -524,9 +524,9 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.6" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d37ed1b2c9b78421218a0b4f6d8349132d6ec2cfeba1cfb0118b0a8e268df9e" +checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" dependencies = [ "once_cell", "proc-macro-crate 3.2.0", @@ -3787,7 +3787,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57b8593f50e34f44ed168dccbac0a9b8e43e138ac75102dac6635fbdfff88d1e" dependencies = [ - "borsh 1.5.6", + "borsh 1.5.7", "futures", "solana-banks-interface", "solana-program", @@ -3888,7 +3888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "718333bcd0a1a7aed6655aa66bef8d7fb047944922b2d3a18f49cbc13e73d004" dependencies = [ "borsh 0.10.4", - "borsh 1.5.6", + "borsh 1.5.7", ] [[package]] @@ -4143,7 +4143,7 @@ version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a5df17b195d312b66dccdde9beec6709766d8230cb4718c4c08854f780d0309" dependencies = [ - "borsh 1.5.6", + "borsh 1.5.7", "serde", "serde_derive", "solana-instruction", @@ -4489,7 +4489,7 @@ version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf7bcb14392900fe02e4e34e90234fbf0c673d4e327888410ba99fa2ba0f4e99" dependencies = [ - "borsh 1.5.6", + "borsh 1.5.7", "bs58", "bytemuck", "bytemuck_derive", @@ -4528,7 +4528,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ce496a475e5062ba5de97215ab39d9c358f9c9df4bb7f3a45a1f1a8bd9065ed" dependencies = [ "bincode", - "borsh 1.5.6", + "borsh 1.5.7", "getrandom 0.2.15", "js-sys", "num-traits", @@ -4949,7 +4949,7 @@ dependencies = [ "bincode", "blake3", "borsh 0.10.4", - "borsh 1.5.6", + "borsh 1.5.7", "bs58", "bytemuck", "console_error_panic_hook", @@ -5038,7 +5038,7 @@ version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8ae2c1a8d0d4ae865882d5770a7ebca92bab9c685e43f0461682c6c05a35bfa" dependencies = [ - "borsh 1.5.6", + "borsh 1.5.7", "num-traits", "serde", "serde_derive", @@ -5158,7 +5158,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40db1ff5a0f8aea2c158d78ab5f2cf897848964251d1df42fef78efd3c85b863" dependencies = [ "borsh 0.10.4", - "borsh 1.5.6", + "borsh 1.5.7", "bs58", "bytemuck", "bytemuck_derive", @@ -5649,7 +5649,7 @@ version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baa3120b6cdaa270f39444f5093a90a7b03d296d362878f7a6991d6de3bbe496" dependencies = [ - "borsh 1.5.6", + "borsh 1.5.7", "libsecp256k1", "solana-define-syscall", "thiserror 2.0.12", @@ -5837,7 +5837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5269e89fde216b4d7e1d1739cf5303f8398a1ff372a81232abbee80e554a838c" dependencies = [ "borsh 0.10.4", - "borsh 1.5.6", + "borsh 1.5.7", "num-traits", "serde", "serde_derive", @@ -6548,7 +6548,7 @@ dependencies = [ name = "spl-discriminator" version = "0.4.1" dependencies = [ - "borsh 1.5.6", + "borsh 1.5.7", "bytemuck", "solana-program-error", "solana-sha256-hasher", @@ -6581,7 +6581,7 @@ name = "spl-pod" version = "0.5.1" dependencies = [ "base64 0.22.1", - "borsh 1.5.6", + "borsh 1.5.7", "bytemuck", "bytemuck_derive", "num-derive", @@ -6680,7 +6680,7 @@ dependencies = [ name = "spl-type-length-value-derive-test" version = "0.1.0" dependencies = [ - "borsh 1.5.6", + "borsh 1.5.7", "solana-borsh", "spl-discriminator", "spl-type-length-value", diff --git a/pod/Cargo.toml b/pod/Cargo.toml index 40da7c0d..11ddae7f 100644 --- a/pod/Cargo.toml +++ b/pod/Cargo.toml @@ -12,7 +12,7 @@ serde-traits = ["dep:serde"] borsh = ["dep:borsh", "solana-pubkey/borsh"] [dependencies] -borsh = { version = "1.5.6", features = ["derive", "unstable__schema"], optional = true } +borsh = { version = "1.5.7", features = ["derive", "unstable__schema"], optional = true } bytemuck = { version = "1.22.0" } bytemuck_derive = { version = "1.8.1" } num-derive = "0.4" diff --git a/type-length-value-derive-test/Cargo.toml b/type-length-value-derive-test/Cargo.toml index 3f18a687..f5451f55 100644 --- a/type-length-value-derive-test/Cargo.toml +++ b/type-length-value-derive-test/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" publish = false [dev-dependencies] -borsh = "1.5.6" +borsh = "1.5.7" solana-borsh = "2.2.1" spl-discriminator = { version = "0.4.0", path = "../discriminator" } spl-type-length-value = { version = "0.8.0", path = "../type-length-value", features = [