Skip to content

Commit 5f7818d

Browse files
build(deps): bump base64 from 0.2.1 to 0.22.1
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] <support@github.com>
1 parent ac12542 commit 5f7818d

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
@@ -153,7 +153,7 @@ bytemuck = { version = "1.19.0" }
153153
num-bigint = "0.4.6"
154154
num-traits = "0.2.19"
155155
zerocopy = { version = "0.8.20" }
156-
base64 = "0.13"
156+
base64 = "0.22"
157157

158158
# HTTP client
159159
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.22"
1212
light-client = { workspace = true }
1313
light-prover-client = { workspace = true }
1414
light-sdk = { workspace = true }

0 commit comments

Comments
 (0)