From 63801e5d77d88ed8b0b2f30c5ea3e8f09f2b7824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:32:48 +0000 Subject: [PATCH] build(deps): bump borsh from 0.10.3 to 1.2.1 Bumps [borsh](https://github.com/near/borsh-rs) from 0.10.3 to 1.2.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-v0.10.3...borsh-v1.2.1) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- transaction-status/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbba36ccc8..d379432e19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b" dependencies = [ "borsh-derive 0.10.3", - "hashbrown 0.13.2", + "hashbrown 0.11.2", ] [[package]] @@ -7456,7 +7456,7 @@ dependencies = [ "Inflector", "base64 0.21.7", "bincode", - "borsh 0.10.3", + "borsh 1.2.1", "bs58", "lazy_static", "log", diff --git a/transaction-status/Cargo.toml b/transaction-status/Cargo.toml index a4837acb3e..fc9182fff6 100644 --- a/transaction-status/Cargo.toml +++ b/transaction-status/Cargo.toml @@ -15,7 +15,7 @@ base64 = { workspace = true } bincode = { workspace = true } # Update this borsh dependency to the workspace version once # spl-associated-token-account is upgraded and used in the monorepo. -borsh = { version = "0.10.3" } +borsh = { version = "1.2.1" } bs58 = { workspace = true } lazy_static = { workspace = true } log = { workspace = true }