Skip to content

Commit

Permalink
build(deps): bump base64 from 0.21.3 to 0.21.4
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.3 to 0.21.4.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.3...v0.21.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent e9338ad commit f12e3f3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 libraries/pod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde-traits = ["dep:serde", "dep:base64"]
borsh = ["dep:borsh"]

[dependencies]
base64 = { version = "0.21.2", optional = true }
base64 = { version = "0.21.4", optional = true }
borsh = { version = "0.10", optional = true }
bytemuck = { version = "1.13.1" }
serde = { version = "1.0.183", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spl-pod = { version = "0.1.0", path = "../../libraries/pod" }
thiserror = "1.0"
serde = { version = "1.0.188", optional = true }
serde_with = { version = "3.3.0", optional = true }
base64 = { version = "0.21.3", optional = true }
base64 = { version = "0.21.4", optional = true }

[dev-dependencies]
lazy_static = "1.4.0"
Expand Down

0 comments on commit f12e3f3

Please sign in to comment.