From cdf7a2c9e70ab6f33373bbd65cf1ed0d8a1afd05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:36:47 -0300 Subject: [PATCH] chore(deps): bump borsh from 1.5.3 to 1.5.5 (#53) Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.3 to 1.5.5. - [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.5.3...borsh-v1.5.5) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 472fed0..a9a35ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,9 +105,9 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.3" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03" +checksum = "5430e3be710b68d984d1391c854eb431a9d548640711faa54eecb1df93db91cc" dependencies = [ "cfg_aliases", ] diff --git a/Cargo.toml b/Cargo.toml index 2668be0..6293843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ arbitrary = ["dep:arbitrary", "dep:secp256k1"] [dependencies] arbitrary = { version = "1.4.1", optional = true } bitcoin = { version = "0.32.5", optional = true } -borsh = { version = "1.5.3", optional = true } +borsh = { version = "1.5.5", optional = true } hex = { package = "hex-conservative", version = "0.2.1" } # for optimization keep in sync with bitcoin secp256k1 = { version = "0.29.0", optional = true, features = [ # for optimization keep in sync with bitcoin "global-context",