From c92599f8c88fe14fb6503c1c64059febea2ebbf0 Mon Sep 17 00:00:00 2001 From: Florian Amsallem Date: Sat, 4 Nov 2023 23:38:44 +0100 Subject: [PATCH] bump dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4dcec09..6a32e36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ extras = ["gltf/extras"] [dependencies] cgmath = "0.18.0" -gltf = { version = "1.2.0", features = ["KHR_lights_punctual"] } -image = "0.24.6" -base64 = "0.21.2" +gltf = { version = "1.3.0", features = ["KHR_lights_punctual"] } +image = "0.24.7" +base64 = "0.21.5"