Skip to content

Commit

Permalink
build(deps): bump base64 from 0.22.0 to 0.22.1 (#6670)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent ed013f8 commit a483add
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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.22.0", optional = true }
base64 = { version = "0.22.1", optional = true }
borsh = { version = "1.5.0", optional = true }
bytemuck = { version = "1.15.0" }
serde = { version = "1.0.199", 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.4.1"
walkdir = "2"

[dependencies]
base64 = "0.22.0"
base64 = "0.22.1"
clap = "2.33.3"
console = "0.15.8"
futures = "0.3"
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 @@ -39,7 +39,7 @@ spl-pod = { version = "0.2.2", path = "../../libraries/pod" }
thiserror = "1.0"
serde = { version = "1.0.199", optional = true }
serde_with = { version = "3.8.1", optional = true }
base64 = { version = "0.22.0", optional = true }
base64 = { version = "0.22.1", optional = true }

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

0 comments on commit a483add

Please sign in to comment.