diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index 7de5d83ac814a..1cfc2444cfc21 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -37,5 +37,5 @@ gltf = { version = "1.0.0", default-features = false, features = [ ] } thiserror = "1.0" anyhow = "1.0.4" -base64 = "0.13.0" +base64 = "0.21.0" percent-encoding = "2.1"