Skip to content

Commit 59e29fa

Browse files
build(deps): bump base64 from 0.2.1 to 0.21.7
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.2.1 to 0.21.7. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.2.1...v0.21.7) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e208fa1 commit 59e29fa

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ bytemuck = { version = "1.19.0" }
156156
num-bigint = "0.4.6"
157157
num-traits = "0.2.19"
158158
zerocopy = { version = "0.8.20" }
159-
base64 = "0.13"
159+
base64 = "0.21"
160160

161161
# HTTP client
162162
reqwest = "0.11"

sdk-libs/program-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default = []
88
devenv = []
99

1010
[dependencies]
11-
base64 = "0.2"
11+
base64 = "0.21"
1212
light-client = { workspace = true }
1313
light-prover-client = { workspace = true }
1414
light-sdk = { workspace = true }

0 commit comments

Comments
 (0)