Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate bs58 to 0.5.0 #604

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bs58 dependencies minor 0.4.0 -> 0.5.0

Release Notes

Nullus157/bs58-rs (bs58)

v0.5.0

Compare Source

  • Breaking change: make encoding onto resizable buffers not clear them, instead appending onto any existing data
  • Breaking change: rename into methods to onto to allow for implementing Into in the future (or a similar inherent method)
  • Add new cb58 feature to support injecting and verifying that checksum (by @​Zondax)
  • Update sha2 to 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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/bs58-0.x branch 4 times, most recently from 834c5bd to f14138c Compare June 8, 2023 13:28
@renovate renovate bot force-pushed the renovate/bs58-0.x branch 12 times, most recently from c00fc88 to e3d22ae Compare June 28, 2023 11:01
@mikevoronov mikevoronov added the e2e Run e2e workflow label Jul 8, 2023
@renovate renovate bot force-pushed the renovate/bs58-0.x branch 6 times, most recently from 66ae8d5 to fbccee7 Compare July 16, 2023 14:56
@renovate renovate bot force-pushed the renovate/bs58-0.x branch 5 times, most recently from 297997a to 6742d3f Compare July 21, 2023 16:57
@renovate renovate bot force-pushed the renovate/bs58-0.x branch 4 times, most recently from 6a184fa to a8a432b Compare July 31, 2023 21:46
Copy link
Member

@mikevoronov mikevoronov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@mikevoronov mikevoronov merged commit 3843da5 into master Aug 3, 2023
22 checks passed
@mikevoronov mikevoronov deleted the renovate/bs58-0.x branch August 3, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant