chore(deps): update base64 requirement from 0.21 to 0.22 (#209)

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.0...v0.22.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-21 11:17:56 +08:00 committed by GitHub
parent 4e5685cb1c
commit c8ea0f6051
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ oauth2 = { version = "5.0", optional = true }
schemars = { version = "0.8", optional = true, features = ["chrono"] }
# for image encoding
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
# for SSE client
reqwest = { version = "0.12", default-features = false, features = [