graph-node
graph-node copied to clipboard
build(deps): bump bs58 from 0.4.0 to 0.5.1
Bumps bs58 from 0.4.0 to 0.5.1.
Changelog
Sourced from bs58's changelog.
0.5.1 - 2024-03-19
- Make it possible to decode in
const-context (by@joncinque)0.5.0 - 2023-05-23
- Breaking change: make encoding onto resizable buffers not clear them, instead appending onto any existing data
- Breaking change: rename
intomethods toontoto allow for implementingIntoin the future (or a similar inherent method)- Add new
cb58feature to support injecting and verifying that checksum (by@Zondax)- Update
sha2to 0.10 (by@madninja)- Tighten max-encoded length estimation to reduce overallocation of resizable buffers (by
@mina86)- Add optional support for encoding/decoding to
smallvec::SmallVec(by@mina86)- Add optional support for encoding/decoding to
tinyvec's various types
Commits
7d3c928Merge pull request #116 from joncinque/constd3fb50eMerge pull request #117 from Nemo157/criterion-update9038a36Update dependencies13af427Update criterion to fix cargo-deny issuesb6ad26aPrepare to release 0.5.1e18e057Move const-compatible API ontodecode::DecodeBuilderdirectlye65bfa7decode: Add const-compatible decoder2b0d73bMerge pull request #113 from Nemo157/cli-version-bumpbe42edfPrepare for 0.1.2 cli release6bdc4b2Merge pull request #112 from Nemo157/cli-dep-update- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.