chore(deps): bump base64 from 0.21.2 to 0.22.1

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.22.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-01 05:02:07 +00:00
committed by GitHub
parent c9270a47d4
commit 69f6814628
2 changed files with 12 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ arc-swap = "1"
parking_lot = "0.12.1"
hmac = "0.12"
sha2 = "0.10"
base64 = "0.21"
base64 = "0.22"
stringprep = "0.1"
tokio-rustls = "0.24"
rustls-pemfile = "1"