Update base64 to 0.13.1. Closes #744

This commit is contained in:
ice_iix 2022-11-25 08:12:15 -08:00
parent 6ad43b3ccb
commit f53a62f39d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ image = "0.24.4"
getrandom = { version = "0.2.8", features = ["js"] }
rand = "0.8.5"
rand_pcg = "0.3.1"
base64 = "0.13.0"
base64 = "0.13.1"
log = { version = "0.4.17", features = ["std"] }
cgmath = "0.17.0"
lazy_static = "1.4.0"