Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Bumps base64 from 0.13.1 to 0.21.0. #31522

Merged
merged 1 commit into from
May 11, 2023
Merged

Bumps base64 from 0.13.1 to 0.21.0. #31522

merged 1 commit into from
May 11, 2023

Conversation

ilya-bobyr
Copy link
Contributor

@ilya-bobyr ilya-bobyr commented May 6, 2023

Changes:

marshallpierce/rust-base64@v0.13.1...v0.21.0

base64::{encode,decode} are now deprecated in favor of an API that explicitly selects an Engine. Migrated all calls to the new API.

Closes #31504

@codecov
Copy link

codecov bot commented May 6, 2023

Codecov Report

Merging #31522 (e2f7c32) into master (1149c91) will decrease coverage by 0.1%.
The diff coverage is 72.3%.

@@            Coverage Diff            @@
##           master   #31522     +/-   ##
=========================================
- Coverage    81.2%    81.2%   -0.1%     
=========================================
  Files         733      733             
  Lines      204948   204996     +48     
=========================================
- Hits       166583   166553     -30     
- Misses      38365    38443     +78     

Copy link
Contributor

@CriesofCarrots CriesofCarrots left a comment

Choose a reason for hiding this comment

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

Thanks for picking this up.

account-decoder/src/lib.rs Outdated Show resolved Hide resolved
@ilya-bobyr ilya-bobyr requested a review from CriesofCarrots May 6, 2023 03:36
Changes:

  marshallpierce/rust-base64@v0.13.1...v0.21.0

`base64::{encode,decode}` are now deprecated in favor of an API that
explicitly selects an `Engine`.  Migrated all calls to the new API.
@ilya-bobyr ilya-bobyr merged commit 43c0f05 into solana-labs:master May 11, 2023
@ilya-bobyr ilya-bobyr deleted the pr/bump-base64-0.21.0 branch May 11, 2023 18:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants