From c7ae7f2197f080cd63a9fa6741888e47c5531868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:20:11 +0000 Subject: [PATCH] Bump borsh from 0.10.3 to 1.0.0 in /Codigo/program Bumps [borsh](https://github.com/near/borsh-rs) from 0.10.3 to 1.0.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/borsh-v0.10.3...borsh-v1.0.0) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Codigo/program/Cargo.lock | 17 ++++++++++++++++- Codigo/program/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Codigo/program/Cargo.lock b/Codigo/program/Cargo.lock index d214695..5b311f2 100644 --- a/Codigo/program/Cargo.lock +++ b/Codigo/program/Cargo.lock @@ -264,6 +264,15 @@ dependencies = [ "hashbrown 0.13.2", ] +[[package]] +name = "borsh" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e6cb63579996213e822f6d828b0a47e1d23b1e8708f52d18a6b1af5670dd207" +dependencies = [ + "cfg_aliases", +] + [[package]] name = "borsh-derive" version = "0.9.3" @@ -399,6 +408,12 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "cfg_aliases" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + [[package]] name = "console_error_panic_hook" version = "0.1.7" @@ -1603,7 +1618,7 @@ name = "x_sol" version = "0.0.1" dependencies = [ "ahash 0.8.6", - "borsh 0.10.3", + "borsh 1.0.0", "num-derive 0.4.2", "num-traits", "num_enum", diff --git a/Codigo/program/Cargo.toml b/Codigo/program/Cargo.toml index d308bd9..e5bddee 100644 --- a/Codigo/program/Cargo.toml +++ b/Codigo/program/Cargo.toml @@ -13,7 +13,7 @@ publish = false [dependencies] solana-program = ">=1.16, <1.18" -borsh = "0.10.3" +borsh = "1.0.0" thiserror = "1" num-derive = "0.4" num-traits = "0.2"