Skip to content

Commit

Permalink
build(deps): bump base64 from 0.2.1 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.2.1 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.2.1...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 Feb 20, 2025
1 parent bfdaf9d commit 7ca54db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ bytemuck = { version = "1.19.0" }
num-bigint = "0.4.6"
num-traits = "0.2.19"
zerocopy = { version = "0.8.14" }
base64 = "0.13"
base64 = "0.22"

# HTTP client
reqwest = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion sdk-libs/program-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default = []
devenv = []

[dependencies]
base64 = "0.2"
base64 = "0.22"
light-client = { workspace = true }
light-prover-client = { workspace = true }
light-sdk = { workspace = true }
Expand Down

0 comments on commit 7ca54db

Please sign in to comment.