chore: bump borsh from 0.9.1 to 0.9.2 (#22765)
* chore: bump borsh from 0.9.1 to 0.9.2 Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.1 to 0.9.2. - [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/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
@ -41,7 +41,7 @@ assert_matches = { version = "1.5.0", optional = true }
|
||||
bincode = "1.3.3"
|
||||
bitflags = "1.3.1"
|
||||
bytemuck = { version = "1.7.3", features = ["derive"] }
|
||||
borsh = "0.9.0"
|
||||
borsh = "0.9.2"
|
||||
base64 = "0.13"
|
||||
bs58 = "0.4.0"
|
||||
byteorder = { version = "1.4.3", optional = true }
|
||||
|
Reference in New Issue
Block a user