Skip to content

Commit 8b6567a

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 de42a12 commit 8b6567a

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
@@ -154,7 +154,7 @@ bytemuck = { version = "1.19.0" }
154154
num-bigint = "0.4.6"
155155
num-traits = "0.2.19"
156156
zerocopy = { version = "0.8.20" }
157-
base64 = "0.13"
157+
base64 = "0.21"
158158

159159
# HTTP client
160160
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)