build(deps): bump base64 from 0.21.5 to 0.21.7

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.7.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.21.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-20 13:32:46 +00:00
committed by Karolin Varner
parent 199ecb814b
commit ef973e9d7f
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ test_bin = "0.4.0"
libfuzzer-sys = "0.4"
stacker = "0.1.15"
doc-comment = "0.3.3"
base64 = "0.21.5"
base64 = "0.21.7"
zeroize = "1.7.0"
memoffset = "0.9.0"
thiserror = "1.0.50"