diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index 1fa7db10f97bf..bdb5237d7d41f 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -30,5 +30,5 @@ bevy_log = { path = "../bevy_log", version = "0.5.0" } gltf = { version = "0.16.0", default-features = false, features = ["utils", "names", "KHR_materials_unlit"] } thiserror = "1.0" anyhow = "1.0" -base64 = "0.13.0" +base64 = "0.21.5" percent-encoding = "2.1"