Skip to content

Commit

Permalink
build(deps): bump base64 from 0.21.7 to 0.22.1
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent c2eec78 commit 26c3669
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
14 changes: 10 additions & 4 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 governance/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thiserror = "1.0"

[dev-dependencies]
assert_matches = "1.5.0"
base64 = "0.21"
base64 = "0.22"
proptest = "1.4"
solana-program-test = ">=1.17.17,<=2"
solana-sdk = ">=1.17.17,<=2"
Expand Down
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.7", optional = true }
base64 = { version = "0.22.1", optional = true }
borsh = { version = "0.10", optional = true }
bytemuck = { version = "1.14.3" }
serde = { version = "1.0.196", 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.3.0"
walkdir = "2"

[dependencies]
base64 = "0.21.7"
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.1.1", path = "../../libraries/pod" }
thiserror = "1.0"
serde = { version = "1.0.196", optional = true }
serde_with = { version = "3.6.1", optional = true }
base64 = { version = "0.21.7", optional = true }
base64 = { version = "0.22.1", optional = true }

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

0 comments on commit 26c3669

Please sign in to comment.