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

Commit 454ced2

Browse files
build(deps): bump base64 from 0.21.4 to 0.21.5 (#5641)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.4 to 0.21.5. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.4...v0.21.5) --- 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 83fc15f commit 454ced2

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 23 additions & 23 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.4", optional = true }
15+
base64 = { version = "0.21.5", optional = true }
1616
borsh = { version = "0.10", optional = true }
1717
bytemuck = { version = "1.14.0" }
1818
serde = { version = "1.0.189", optional = true }

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "3.2.0"
1212
walkdir = "2"
1313

1414
[dependencies]
15-
base64 = "0.21.4"
15+
base64 = "0.21.5"
1616
clap = "2.33.3"
1717
console = "0.15.7"
1818
serde = "1.0.189"

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.189", optional = true }
3636
serde_with = { version = "3.4.0", optional = true }
37-
base64 = { version = "0.21.4", optional = true }
37+
base64 = { version = "0.21.5", optional = true }
3838

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

0 commit comments

Comments
 (0)