From a4c0d23f5e670e23c17bec2eb709ae0ee88fa1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:31:12 +0000 Subject: [PATCH] Bump borsh from 1.3.1 to 1.5.0 Bumps [borsh](https://github.com/near/borsh-rs) from 1.3.1 to 1.5.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-v1.3.1...borsh-v1.5.0) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebce1b2..c1006fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,11 +516,11 @@ dependencies = [ [[package]] name = "borsh" -version = "1.3.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667" +checksum = "dbe5b10e214954177fb1dc9fbd20a1a2608fe99e6c832033bdc7cea287a20d77" dependencies = [ - "borsh-derive 1.3.1", + "borsh-derive 1.5.0", "cfg_aliases", ] @@ -552,9 +552,9 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.3.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd" +checksum = "d7a8646f94ab393e43e8b35a2558b1624bed28b97ee09c5d15456e3c9463f46d" dependencies = [ "once_cell", "proc-macro-crate 3.1.0", @@ -2714,9 +2714,9 @@ dependencies = [ [[package]] name = "rust-web3-solana" -version = "0.1.2" +version = "0.0.1" dependencies = [ - "borsh 1.3.1", + "borsh 1.5.0", "solana-client", "solana-program", "solana-sdk", @@ -3338,7 +3338,7 @@ dependencies = [ "blake3", "borsh 0.10.3", "borsh 0.9.3", - "borsh 1.3.1", + "borsh 1.5.0", "bs58", "bv", "bytemuck", @@ -3557,7 +3557,7 @@ dependencies = [ "base64 0.21.7", "bincode", "bitflags 2.4.2", - "borsh 1.3.1", + "borsh 1.5.0", "bs58", "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 2636830..0002f1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ publish = false # Note: this is just a dummy cargo file contains all deps for Dependabot to update [dependencies] -borsh = "1.3.1" +borsh = "1.5.0" solana-client = "1.18.4" solana-program = "1.18.4" solana-sdk = "1.18.4"