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

Commit a483add

Browse files
build(deps): bump base64 from 0.22.0 to 0.22.1 (#6670)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed013f8 commit a483add

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.22.0", optional = true }
15+
base64 = { version = "0.22.1", optional = true }
1616
borsh = { version = "1.5.0", optional = true }
1717
bytemuck = { version = "1.15.0" }
1818
serde = { version = "1.0.199", 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.4.1"
1212
walkdir = "2"
1313

1414
[dependencies]
15-
base64 = "0.22.0"
15+
base64 = "0.22.1"
1616
clap = "2.33.3"
1717
console = "0.15.8"
1818
futures = "0.3"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spl-pod = { version = "0.2.2", path = "../../libraries/pod" }
3939
thiserror = "1.0"
4040
serde = { version = "1.0.199", optional = true }
4141
serde_with = { version = "3.8.1", optional = true }
42-
base64 = { version = "0.22.0", optional = true }
42+
base64 = { version = "0.22.1", optional = true }
4343

4444
[dev-dependencies]
4545
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)