Skip to content

Commit ac158fa

Browse files
build(deps): bump borsh from 1.5.6 to 1.5.7 (solana-program#65)
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.6 to 1.5.7. - [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.6...borsh-v1.5.7) --- 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 358067c commit ac158fa

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

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

pod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde-traits = ["dep:serde"]
1212
borsh = ["dep:borsh", "solana-pubkey/borsh"]
1313

1414
[dependencies]
15-
borsh = { version = "1.5.6", features = ["derive", "unstable__schema"], optional = true }
15+
borsh = { version = "1.5.7", features = ["derive", "unstable__schema"], optional = true }
1616
bytemuck = { version = "1.22.0" }
1717
bytemuck_derive = { version = "1.8.1" }
1818
num-derive = "0.4"

type-length-value-derive-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
publish = false
1010

1111
[dev-dependencies]
12-
borsh = "1.5.6"
12+
borsh = "1.5.7"
1313
solana-borsh = "2.2.1"
1414
spl-discriminator = { version = "0.4.0", path = "../discriminator" }
1515
spl-type-length-value = { version = "0.8.0", path = "../type-length-value", features = [

0 commit comments

Comments
 (0)