diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index 1f68f4b8a7cfd..10ceab32a3e85 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -25,7 +25,7 @@ bevy_scene = { path = "../bevy_scene", version = "0.3.0" } bevy_type_registry = { path = "../bevy_type_registry", version = "0.3.0" } # other -gltf = { version = "0.15.2", default-features = false, features = ["utils"] } +gltf = { version = "0.16.0", default-features = false, features = ["utils"] } image = { version = "0.23", default-features = false } thiserror = "1.0" anyhow = "1.0"