Bump base64 from 0.13.1 to 0.22.1

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 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.13.1...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-12-02 03:38:26 +00:00 committed by GitHub
parent 83ef02c695
commit 7110b7dffd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -30,7 +30,7 @@ smoltcp = { version = "0.12", default-features = false, features = [
"socket-tcp",
] }
bytes = "1"
base64 = "0.13"
base64 = "0.22"
# forward boringtuns tracing events to log
tracing = { version = "0.1", default-features = false, features = ["log"] }