From 9c4631d2df11bc3f3198007d7b153c1232270cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:35:05 +0000 Subject: [PATCH] Bump borsh from 0.9.3 to 1.4.0 in /chapter 8/NEAR_complete_app Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.3 to 1.4.0. - [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/v0.9.3...borsh-v1.4.0) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter 8/NEAR_complete_app/Cargo.lock | 2 +- chapter 8/NEAR_complete_app/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter 8/NEAR_complete_app/Cargo.lock b/chapter 8/NEAR_complete_app/Cargo.lock index 20b6804..a141b9a 100644 --- a/chapter 8/NEAR_complete_app/Cargo.lock +++ b/chapter 8/NEAR_complete_app/Cargo.lock @@ -1422,7 +1422,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" name = "hello_near" version = "1.0.0" dependencies = [ - "borsh 0.9.3", + "borsh 1.4.0", "near-sdk", "uint", ] diff --git a/chapter 8/NEAR_complete_app/Cargo.toml b/chapter 8/NEAR_complete_app/Cargo.toml index fa56320..9da5263 100644 --- a/chapter 8/NEAR_complete_app/Cargo.toml +++ b/chapter 8/NEAR_complete_app/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] near-sdk = "4.1.1" -borsh = "0.9" +borsh = "1.4" uint = { version = "0.9.3", default-features = false } [patch.crates-io]