mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-07 12:38:06 -04: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
|
# Used to generate thumbnails for images
|
||||||
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
|
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
|
||||||
# Used to encode server public key
|
# Used to encode server public key
|
||||||
base64 = "0.21.7"
|
base64 = "0.22.0"
|
||||||
# Used when hashing the state
|
# Used when hashing the state
|
||||||
ring = "0.17.8"
|
ring = "0.17.8"
|
||||||
# Used when querying the SRV record of other servers
|
# Used when querying the SRV record of other servers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue