From fc506343fb14ff7c0569329c406097265ef2270b Mon Sep 17 00:00:00 2001 From: Florian Amsallem Date: Fri, 6 Dec 2024 11:05:38 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 996c8d0..494ccfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easy-gltf" -version = "1.1.3" +version = "1.1.4" authors = ["Florian Amsallem "] description = "glTF 2.0 loader with an easy to use output" documentation = "https://docs.rs/easy-gltf" @@ -20,5 +20,8 @@ extras = ["gltf/extras"] [dependencies] cgmath = "0.18.0" gltf = { version = "1.4.1", features = ["KHR_lights_punctual"] } -image = { version = "0.25.0", default-features = false, features = ["jpeg", "png"] } -base64 = "0.22.0" +image = { version = "0.25.5", default-features = false, features = [ + "jpeg", + "png", +] } +base64 = "0.22.1"