Skip to content

Commit 175abaa

Browse files
Bump base64 from 0.21.7 to 0.22.0
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.0) --- 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 80f9d55 commit 175abaa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.lock

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lru-cache = "0.1.2"
2929
futures = "0.3.30"
3030
anyhow = "1.0.80"
3131
log = "0.4.21"
32-
base64 = "0.21.7"
32+
base64 = "0.22.0"
3333
hmac = "0.12.1"
3434
sha2 = "0.10.8"
3535
color-backtrace = "0.6.1"

0 commit comments

Comments
 (0)