From 71a68a66d6efab16946d527cf54c58b55a6a6281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:12:15 +0000 Subject: [PATCH] build(deps): bump borsh from 1.5.7 to 1.6.1 Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.7 to 1.6.1. - [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-v1.5.7...borsh-v1.6.1) --- updated-dependencies: - dependency-name: borsh dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- interface/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99f9993..d9ab24e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,19 +888,20 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.7" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" +checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" dependencies = [ "borsh-derive", + "bytes", "cfg_aliases", ] [[package]] name = "borsh-derive" -version = "1.5.7" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" +checksum = "bfcfdc083699101d5a7965e49925975f2f55060f94f9a05e7187be95d530ca59" dependencies = [ "once_cell", "proc-macro-crate", diff --git a/interface/Cargo.toml b/interface/Cargo.toml index 2129c46..e5c54e7 100644 --- a/interface/Cargo.toml +++ b/interface/Cargo.toml @@ -19,7 +19,7 @@ serde-traits = [ ] [dependencies] -borsh = { version = "1.5.7", default-features = false } +borsh = { version = "1.6.1", default-features = false } num-derive = "0.4" num-traits = { version = "0.2", default-features = false } num_enum = { version = "0.7", default-features = false }