Skip to content

Commit

Permalink
chore(deps): bump borsh from 1.5.3 to 1.5.5
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 1.5.3 to 1.5.5.
- [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.3...borsh-v1.5.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent ccd1470 commit ff036e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ arbitrary = ["dep:arbitrary", "dep:secp256k1"]
[dependencies]
arbitrary = { version = "1.4.1", optional = true }
bitcoin = { version = "0.32.5", optional = true }
borsh = { version = "1.5.3", optional = true }
borsh = { version = "1.5.5", optional = true }
hex = { package = "hex-conservative", version = "0.2.1" } # for optimization keep in sync with bitcoin
secp256k1 = { version = "0.29.0", optional = true, features = [ # for optimization keep in sync with bitcoin
"global-context",
Expand Down

0 comments on commit ff036e6

Please sign in to comment.