fix(deps): update rust crate base64 to 0.22.0

This commit is contained in:
renovate[bot] 2024-03-02 04:24:16 +00:00 committed by GitHub
parent e71855cd0b
commit 5d94f109ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ thiserror = "1.0.57"
# Used to generate thumbnails for images
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
# Used to encode server public key
base64 = "0.21.7"
base64 = "0.22.0"
# Used when hashing the state
ring = "0.17.8"
# Used when querying the SRV record of other servers