Skip to content

Commit

Permalink
build(deps): bump base64 from 0.21.4 to 0.21.5 (#5641)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 83fc15f commit 454ced2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 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.4", optional = true }
base64 = { version = "0.21.5", optional = true }
borsh = { version = "0.10", optional = true }
bytemuck = { version = "1.14.0" }
serde = { version = "1.0.189", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "3.2.0"
walkdir = "2"

[dependencies]
base64 = "0.21.4"
base64 = "0.21.5"
clap = "2.33.3"
console = "0.15.7"
serde = "1.0.189"
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.189", optional = true }
serde_with = { version = "3.4.0", optional = true }
base64 = { version = "0.21.4", optional = true }
base64 = { version = "0.21.5", optional = true }

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

0 comments on commit 454ced2

Please sign in to comment.