update base64 to 0.21.2
Signed-off-by:
June <june@girlboss.ceo>
Showing
- Cargo.lock 1 addition, 1 deletionCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- src/api/client_server/voip.rs 2 additions, 1 deletionsrc/api/client_server/voip.rs
- src/service/globals/mod.rs 3 additions, 1 deletionsrc/service/globals/mod.rs
- src/service/sending/mod.rs 11 additions, 13 deletionssrc/service/sending/mod.rs
... | ... | @@ -59,7 +59,7 @@ thiserror = "1.0.40" |
# Used to generate thumbnails for images | ||
image = { version = "0.24.6", default-features = false, features = ["jpeg", "png", "gif"] } | ||
# Used to encode server public key | ||
base64 = "0.13.1" | ||
base64 = "0.21.2" | ||
# Used when hashing the state | ||
ring = "0.16.20" | ||
# Used when querying the SRV record of other servers | ||
... | ... |
Please register or sign in to comment