diff --git a/Cargo.toml b/Cargo.toml index 359268a..b500265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"