Skip to content

Commit

Permalink
Bump base64 from 0.13.1 to 0.21.6
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.21.6.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.13.1...v0.21.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent d9a8883 commit 6ff73f5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token-lending/brick/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ solana-program = "=1.14.10"
[dev-dependencies]
assert_matches = "1.5.0"
bytemuck = "1.5.1"
base64 = "0.13"
base64 = "0.21"
log = "0.4.14"
proptest = "1.0"
solana-program-test = "=1.14.10"
Expand Down
2 changes: 1 addition & 1 deletion token-lending/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bytemuck = "1.5.1"
[dev-dependencies]
assert_matches = "1.5.0"
bytemuck = "1.5.1"
base64 = "0.13"
base64 = "0.21"
log = "0.4.14"
proptest = "1.0"
solana-program-test = "=1.14.10"
Expand Down
2 changes: 1 addition & 1 deletion token-lending/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uint = "=0.9.1"

[dev-dependencies]
assert_matches = "1.5.0"
base64 = "0.13"
base64 = "0.21"
log = "0.4.14"
proptest = "1.0"
solana-sdk = ">=1.9, < 1.15"
Expand Down

0 comments on commit 6ff73f5

Please sign in to comment.