Skip to content

Commit 91ad3c9

Browse files
build(deps): bump borsh from 1.5.5 to 1.5.6 (#163)
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](near/borsh-rs@borsh-v1.5.5...borsh-v1.5.6) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24be40a commit 91ad3c9

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/solana-labs/solana-program-library"
99
version = "2.0.1"
1010

1111
[dependencies]
12-
borsh = "1.5.5"
12+
borsh = "1.5.6"
1313
clap = "2.33.3"
1414
serde = "1.0.219"
1515
serde_derive = "1.0.130"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-sbf = []
1313

1414
[dependencies]
1515
arrayref = "0.3.9"
16-
borsh = "1.5.5"
16+
borsh = "1.5.6"
1717
bytemuck = "1.22"
1818
num-derive = "0.4"
1919
num-traits = "0.2"

0 commit comments

Comments
 (0)