diff --git a/Cargo.lock b/Cargo.lock index e5037d9..3e406fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,11 +373,11 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ - "borsh-derive 1.5.7", + "borsh-derive 1.6.0", "cfg_aliases", ] @@ -396,9 +396,9 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" dependencies = [ "once_cell", "proc-macro-crate 3.4.0", @@ -488,9 +488,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bzip2" @@ -1721,8 +1721,8 @@ dependencies = [ "backoff", "base64 0.21.7", "bincode", - "borsh 1.5.7", - "borsh-derive 1.5.7", + "borsh 1.6.0", + "borsh-derive 1.6.0", "bs58 0.4.0", "bytes", "chrono", @@ -3212,7 +3212,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e37320fd2945c5d654b2c6210624a52d66c3f1f73b653ed211ab91a703b35bdd" dependencies = [ - "borsh 1.5.7", + "borsh 1.6.0", "bytemuck", "bytemuck_derive", "curve25519-dalek 4.1.3", @@ -3387,8 +3387,8 @@ dependencies = [ "Inflector", "base64 0.21.7", "bincode", - "borsh 1.5.7", - "borsh-derive 1.5.7", + "borsh 1.6.0", + "borsh-derive 1.6.0", "bs58 0.4.0", "bytemuck", "bytes", @@ -3431,7 +3431,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc402b16657abbfa9991cd5cbfac5a11d809f7e7d28d3bb291baeb088b39060e" dependencies = [ - "borsh 1.5.7", + "borsh 1.6.0", ] [[package]] @@ -3967,7 +3967,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1af32c995a7b692a915bb7414d5f8e838450cf7c70414e763d8abcae7b51f28" dependencies = [ - "borsh 1.5.7", + "borsh 1.6.0", ] [[package]] @@ -4488,7 +4488,7 @@ dependencies = [ "agave-reserved-account-keys", "base64 0.22.1", "bincode", - "borsh 1.5.7", + "borsh 1.6.0", "bs58 0.5.1", "log", "serde", @@ -4647,7 +4647,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6433917b60441d68d99a17e121d9db0ea15a9a69c0e5afa34649cf5ba12612f" dependencies = [ - "borsh 1.5.7", + "borsh 1.6.0", "solana-instruction", "solana-pubkey 3.0.0", ] @@ -4723,7 +4723,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1233fdecd7461611d69bb87bc2e95af742df47291975d21232a0be8217da9de" dependencies = [ - "borsh 1.5.7", + "borsh 1.6.0", "bytemuck", "bytemuck_derive", "num-derive 0.4.2", @@ -4839,7 +4839,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c467c7c3bd056f8fe60119e7ec34ddd6f23052c2fa8f1f51999098063b72676" dependencies = [ - "borsh 1.5.7", + "borsh 1.6.0", "num-derive 0.4.2", "num-traits", "solana-borsh", diff --git a/Cargo.toml b/Cargo.toml index a04472b..8603198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,10 +28,10 @@ async-trait = "0.1.68" backoff = "0.4.0" base64 = "0.21.2" bincode = "1.3.3" -borsh = "1.5.3" +borsh = "1.6.0" borsh-derive = "1.5.3" bs58 = "0.4.0" -bytes = "1.2" +bytes = "1.11" bytemuck = "1.8.0" bzip2 = "0.4.4" chrono = "0.4.22"