mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-30 07:24:49 -04:00
Bump base64 from 0.21.5 to 0.21.6
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.6. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.21.6) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7021c52c9b
commit
427172223c
2 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ thiserror = "1.0.56"
|
|||
# Used to generate thumbnails for images
|
||||
image = { version = "0.24.7", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
|
||||
# Used to encode server public key
|
||||
base64 = "0.21.5"
|
||||
base64 = "0.21.6"
|
||||
# Used when hashing the state
|
||||
ring = "0.17.7"
|
||||
# Used when querying the SRV record of other servers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue