Skip to content

rust Update Rust dependencies#3

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-dependencies
Open

rust Update Rust dependencies#3
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rust-dependencies

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor 0.210.22
base64-serde dependencies minor 0.70.8
chrono dependencies patch 0.4.430.4.44

Release Notes

marshallpierce/rust-base64 (base64)

v0.22.1

Compare Source

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

v0.22.0

Compare Source

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)
marshallpierce/base64-serde (base64-serde)

v0.8.0

Compare Source

  • Don't depend on base64 and serde directly; instead, assume the consumer of the library is going to already have
    them available. This avoids the need to do version bumps in this project, and should hopefully be a no op for common
    usage, since any usage I can think of would already be using dependencies independently.
chronotope/chrono (chrono)

v0.4.44: 0.4.44

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "on monday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants