Skip to content

Commit 78719d5

Browse files
build(deps): bump borsh from 1.6.0 to 1.6.1 (#325)
Bumps [borsh](https://github.com/near/borsh-rs) from 1.6.0 to 1.6.1. - [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.6.0...borsh-v1.6.1) --- updated-dependencies: - dependency-name: borsh dependency-version: 1.6.1 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 3609949 commit 78719d5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

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

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["rlib"]
1717
program-id = "Stake11111111111111111111111111111111111111"
1818

1919
[dependencies]
20-
borsh = { version = "1.6.0", features = ["derive", "unstable__schema"], optional = true }
20+
borsh = { version = "1.6.1", features = ["derive", "unstable__schema"], optional = true }
2121
codama = { version = "0.7.4", optional = true }
2222
codama-macros = { version = "0.7.4", optional = true }
2323
num-traits = "0.2"

0 commit comments

Comments
 (0)