From 26438270ff85e643e94265a6f1e1f071b14e82aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:26:42 -0700 Subject: [PATCH] Bump gltf-json from 1.4.0 to 1.4.1 in /src/wasm-lib (#2343) Bumps [gltf-json](https://github.com/gltf-rs/gltf) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/gltf-rs/gltf/releases) - [Changelog](https://github.com/gltf-rs/gltf/blob/main/CHANGELOG.md) - [Commits](https://github.com/gltf-rs/gltf/commits) --- updated-dependencies: - dependency-name: gltf-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/wasm-lib/Cargo.lock | 8 ++++---- src/wasm-lib/kcl/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index fd8894da25..2da46b1351 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -1429,9 +1429,9 @@ dependencies = [ [[package]] name = "gltf-derive" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "438ffe1a5540d75403feaf23636b164e816e93f6f03131674722b3886ce32a57" +checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51" dependencies = [ "inflections", "proc-macro2", @@ -1441,9 +1441,9 @@ dependencies = [ [[package]] name = "gltf-json" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655951ba557f2bc69ea4b0799446bae281fa78efae6319968bdd2c3e9a06d8e1" +checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14" dependencies = [ "gltf-derive", "serde", diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index d38a82a590..baec596542 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -23,7 +23,7 @@ derive-docs = { version = "0.1.17", path = "../derive-docs" } form_urlencoded = "1.2.1" futures = { version = "0.3.30" } git_rev = "0.1.0" -gltf-json = "1.4.0" +gltf-json = "1.4.1" kittycad = { workspace = true, features = ["clap"] } kittycad-execution-plan-macros = { workspace = true } kittycad-execution-plan-traits = { workspace = true }