diff --git a/Cargo.lock b/Cargo.lock index e3d3564..e927c94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,12 +704,6 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" -[[package]] -name = "base64" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" - [[package]] name = "base64" version = "0.21.0" @@ -4238,7 +4232,7 @@ name = "mr_client_lib" version = "0.1.0" dependencies = [ "anyhow", - "base64 0.20.0", + "base64 0.21.0", "bevy", "bevy-inspector-egui", "bevy-inspector-egui-rapier", diff --git a/libs/client_lib/Cargo.toml b/libs/client_lib/Cargo.toml index f090d6f..9d59362 100644 --- a/libs/client_lib/Cargo.toml +++ b/libs/client_lib/Cargo.toml @@ -13,7 +13,7 @@ profiler = ["puffin", "puffin_egui", "mr_shared_lib/profiler"] [dependencies] anyhow = "1.0" -base64 = "0.20.0-alpha.1" +base64 = "0.21.0" bevy = "0.9.1" bevy_egui = "0.18" bevy-inspector-egui = "0.15.0"