chore(deps): bump base64 from 0.22.1 to 0.23.1 - #44
Conversation
nihaopaul
left a comment
There was a problem hiding this comment.
Verified locally on stable-aarch64-apple-darwin (rustc 1.98.0): cargo fmt --all --check, cargo clippy --workspace --all-targets -- -D warnings, and cargo test --workspace all pass (20/20 authenticator tests, 18/18 handler tests).
Low risk: base64 is a [dev-dependencies] entry of cloudflare-authenticator, used only to shape the throwaway test JWKS, so the released binary is unaffected. The API we use (engine::general_purpose::URL_SAFE_NO_PAD + Engine::encode) is unchanged in 0.23.
One cosmetic note: this leaves 0.22.1 and 0.23.1 both in Cargo.lock, since reqwest, jsonwebtoken, and serde_with still pull 0.22. That duplication is confined to the test build and resolves itself once those crates move up.
|
@dependabot rebase |
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
5a94ec8 to
8301950
Compare
Bumps base64 from 0.22.1 to 0.23.1.
Changelog
Sourced from base64's changelog.
Commits
069bf70v0.23.16ab1fb0Merge pull request #310 from musicinmybrain/test-on-non-simd-arches7cffce6Fix testing on architectures without unsafe SIMD supporte34f9a0Merge pull request #308 from atouchet/come9240c9Remove outdated comment9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & edition