From 9f8b29f534cb89f1faef10a76e433f8f023e03c8 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 11 Apr 2022 11:13:35 +0200 Subject: [PATCH 1/2] Update base64 to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b4ae1d2..a1d28e2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ members = ["gltf-derive", "gltf-json"] approx = "0.3" [dependencies] -base64 = { optional = true, version = "0.12" } +base64 = { optional = true, version = "0.13" } byteorder = "1.3" gltf-json = { path = "gltf-json", version = "1.0.0" } lazy_static = "1" From ef01c37375f15150165f77749b18717a5fb02207 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 11 Apr 2022 11:14:18 +0200 Subject: [PATCH 2/2] Update approx to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1d28e2a..f0462205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ travis-ci = { repository = "gltf-rs/gltf" } members = ["gltf-derive", "gltf-json"] [dev-dependencies] -approx = "0.3" +approx = "0.5" [dependencies] base64 = { optional = true, version = "0.13" }