Skip to content

Commit

Permalink
build(deps): bump borsh from 1.5.2 to 1.5.3 (#7491)
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.2 to 1.5.3.
- [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.2...borsh-v1.5.3)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 2d795f1 commit 115e594
Show file tree
Hide file tree
Showing 23 changed files with 63 additions and 63 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
borsh = "1.5.2"
borsh = "1.5.3"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion binary-option/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
] }
arrayref = "0.3.9"
borsh = "1.5.2"
borsh = "1.5.3"
uint = "0.10"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion binary-oracle-pair/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spl-token = { version = "7.0", path = "../../token/program", features = [
] }
thiserror = "2.0"
uint = "0.10"
borsh = "1.5.2"
borsh = "1.5.3"

[dev-dependencies]
solana-program-test = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion feature-proposal/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
borsh = "1.5.2"
borsh = "1.5.3"
solana-program = "2.1.0"
spl-token = { version = "7.0", path = "../../token/program", features = [
"no-entrypoint",
Expand Down
2 changes: 1 addition & 1 deletion governance/addin-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
borsh = "1.5.2"
borsh = "1.5.3"
spl-governance-tools = { version = "0.1.4", path = "../tools" }
solana-program = "2.1.0"
Loading

0 comments on commit 115e594

Please sign in to comment.