diff --git a/Cargo.lock b/Cargo.lock index 6bfb8ad..a9198f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "bit-set" 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"