mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 21:46:42 +02:00
fix(deps): update rust crate base64 to 0.22.0
This commit is contained in:
parent
e71855cd0b
commit
5d94f109ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue