From 62dea7ec1104a2545ca948deccccfcddbcd89381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 01:58:21 +0000 Subject: [PATCH] build(deps): bump borsh from 0.10.3 to 1.5.5 Bumps [borsh](https://github.com/near/borsh-rs) from 0.10.3 to 1.5.5. - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/near/borsh-rs/compare/borsh-v0.10.3...borsh-v1.5.5) --- updated-dependencies: - dependency-name: borsh dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9db0e0e..266b0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,9 +513,9 @@ dependencies = [ [[package]] name = "borsh" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b" +checksum = "115e54d64eb62cdebad391c19efc9dce4981c690c85a33a12199d99bb9546fee" dependencies = [ "borsh-derive 0.10.3", "hashbrown 0.13.2", @@ -2122,7 +2122,7 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ba15de5aeb137f0f65aa3bf82187647f1285abfe5b20c80c2c37f7007ad519a" dependencies = [ - "borsh 0.10.3", + "borsh 0.10.4", "serde", ] @@ -3951,7 +3951,7 @@ version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "718333bcd0a1a7aed6655aa66bef8d7fb047944922b2d3a18f49cbc13e73d004" dependencies = [ - "borsh 0.10.3", + "borsh 0.10.4", "borsh 1.5.5", ] @@ -4201,7 +4201,7 @@ version = "1.1.0" dependencies = [ "assert_matches", "bincode", - "borsh 0.10.3", + "borsh 1.5.5", "kaigan", "serde", "solana-client", @@ -5126,7 +5126,7 @@ checksum = "98eca145bd3545e2fbb07166e895370576e47a00a7d824e325390d33bf467210" dependencies = [ "bincode", "blake3", - "borsh 0.10.3", + "borsh 0.10.4", "borsh 1.5.5", "bs58", "bytemuck", @@ -5325,7 +5325,7 @@ version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b62adb9c3261a052ca1f999398c388f1daf558a1b492f60a6d9e64857db4ff1" dependencies = [ - "borsh 0.10.3", + "borsh 0.10.4", "borsh 1.5.5", "bytemuck", "bytemuck_derive", @@ -6033,7 +6033,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5269e89fde216b4d7e1d1739cf5303f8398a1ff372a81232abbee80e554a838c" dependencies = [ - "borsh 0.10.3", + "borsh 0.10.4", "borsh 1.5.5", "num-traits", "serde", diff --git a/Cargo.toml b/Cargo.toml index cae74bc..aaebddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" [workspace.dependencies] assert_matches = "1.5.0" bincode = "1.3.3" -borsh = "0.10" +borsh = "1.5" kaigan = "0.2.6" mollusk-svm = "0.7.0" mollusk-svm-bencher = "0.7.0"