Build(deps): Update base64 requirement from 0.21.7 to 0.22.0
Updates the requirements on base64 to permit the latest version.
Changelog
Sourced from base64's changelog.
0.21.7
- Support getting an alphabet's contents as a str via
Alphabet::as_str()
0.21.6
- Improved introductory documentation and example
0.21.5
- Add
Debug
andClone
impls for the general purpose Engine0.21.4
- Make
encoded_len
const
, allowing the creation of arrays sized to encode compile-time-known data lengths0.21.3
- Implement
source
instead ofcause
on Error types- Roll back MSRV to 1.48.0 so Debian can continue to live in a time warp
- Slightly faster chunked encoding for short inputs
- Decrease binary size
0.21.2
- Rollback MSRV to 1.57.0 -- only dev dependencies need 1.60, not the main code
0.21.1
- Remove the possibility of panicking during decoded length calculations
DecoderReader
no longer sometimes erroneously ignores padding #226Breaking changes
Engine.internal_decode
return type changed- Update MSRV to 1.60.0
0.21.0
Migration
Functions
< 0.20 function 0.21 equivalent encode()
engine::general_purpose::STANDARD.encode()
orprelude::BASE64_STANDARD.encode()
encode_config()
engine.encode()
encode_config_buf()
engine.encode_string()
encode_config_slice()
engine.encode_slice()
... (truncated)
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts