Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ec9e885

Browse files
build(deps): bump base64 from 0.21.3 to 0.21.4 (#5233)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 988258b commit ec9e885

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/pod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde-traits = ["dep:serde", "dep:base64"]
1212
borsh = ["dep:borsh"]
1313

1414
[dependencies]
15-
base64 = { version = "0.21.2", optional = true }
15+
base64 = { version = "0.21.4", optional = true }
1616
borsh = { version = "0.10", optional = true }
1717
bytemuck = { version = "1.13.1" }
1818
serde = { version = "1.0.183", optional = true }

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spl-pod = { version = "0.1.0", path = "../../libraries/pod" }
3434
thiserror = "1.0"
3535
serde = { version = "1.0.188", optional = true }
3636
serde_with = { version = "3.3.0", optional = true }
37-
base64 = { version = "0.21.3", optional = true }
37+
base64 = { version = "0.21.4", optional = true }
3838

3939
[dev-dependencies]
4040
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)