build(deps): bump base64 from 0.22.0 to 0.22.1 (#128)

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 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.22.0...v0.22.1)

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

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]
2024-05-01 09:27:53 -07:00
committed by GitHub
parent 511f83bfd9
commit 338322619c
2 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ async-compression = "0.4.9"
async-stream = "0.3.5"
async-trait = "0.1.80"
backhand = "0.15.0"
base64 = "0.22.0"
base64 = "0.22.1"
byteorder = "1"
bytes = "1.5.0"
cgroups-rs = "0.3.4"