From faf4f17d5e522c8d19c2f03867eb821b11847e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:22:30 +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 | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad18a80..75cf86e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,11 +588,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", ] @@ -624,9 +624,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", @@ -2507,7 +2507,7 @@ version = "0.0.12" dependencies = [ "anyhow", "backon", - "borsh 1.3.1", + "borsh 1.5.0", "bump2version", "clap 4.5.1", "crossterm", @@ -3878,7 +3878,7 @@ dependencies = [ "blake3", "borsh 0.10.3", "borsh 0.9.3", - "borsh 1.3.1", + "borsh 1.5.0", "bs58", "bv", "bytemuck", @@ -4097,7 +4097,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 7e5ca49..76445bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ solana-sdk = "=1.18.6" rand = "0.8.5" solana-client = "=1.18.6" serum_dex = "0.5.4" -borsh = "1.3.1" +borsh = "1.5.0" serde_json = "1.0.114" tokio = "1.36.0" spl-associated-token-account = "=2.3.0"