chore: bump base64 from 0.12.3 to 0.13.0 (#23616)

* chore: bump base64 from 0.12.3 to 0.13.0

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.12.3...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update Cargo.lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2022-03-11 16:01:15 -07:00
committed by GitHub
parent 4e02ec342c
commit b1da7cff66
9 changed files with 17 additions and 17 deletions

View File

@ -2679,7 +2679,7 @@ name = "solana-account-decoder"
version = "1.10.2"
dependencies = [
"Inflector",
"base64 0.12.3",
"base64 0.13.0",
"bincode",
"bs58 0.4.0",
"bv",
@ -3523,7 +3523,7 @@ name = "solana-program-test"
version = "1.10.2"
dependencies = [
"async-trait",
"base64 0.12.3",
"base64 0.13.0",
"bincode",
"chrono-humanize",
"log",
@ -3728,7 +3728,7 @@ name = "solana-transaction-status"
version = "1.10.2"
dependencies = [
"Inflector",
"base64 0.12.3",
"base64 0.13.0",
"bincode",
"bs58 0.4.0",
"lazy_static",