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

Commit b459744

Browse files
build(deps): bump base64 from 0.21.5 to 0.21.6 (#6091)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.6. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.6) --- 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 56aaa67 commit b459744

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.5", optional = true }
15+
base64 = { version = "0.21.6", optional = true }
1616
borsh = { version = "0.10", optional = true }
1717
bytemuck = { version = "1.14.0" }
1818
serde = { version = "1.0.195", 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.3.0"
1212
walkdir = "2"
1313

1414
[dependencies]
15-
base64 = "0.21.5"
15+
base64 = "0.21.6"
1616
clap = "2.33.3"
1717
console = "0.15.7"
1818
futures = "0.3"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spl-pod = { version = "0.1.0", path = "../../libraries/pod" }
3737
thiserror = "1.0"
3838
serde = { version = "1.0.195", optional = true }
3939
serde_with = { version = "3.4.0", optional = true }
40-
base64 = { version = "0.21.5", optional = true }
40+
base64 = { version = "0.21.6", optional = true }
4141

4242
[dev-dependencies]
4343
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)