Bump getrandom to 0.2.3. Closes #544

This commit is contained in:
ice_iix 2021-05-25 07:34:44 -07:00
parent 641fc98b85
commit a504837f20
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ serde_json = "1.0.61"
flate2 = { version = "1.0.20", features = ["rust_backend"], default-features = false }
zip = { version = "0.5.12", features = ["deflate"], default-features = false }
image = "0.23.14"
getrandom = { version = "0.2.2", features = ["js"] }
getrandom = { version = "0.2.3", features = ["js"] }
rand = "0.8.3"
rand_pcg = "0.3.0"
base64 = "0.13.0"