From 18ce254566d87d85f2720b6a3cf06a4e29a9df35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 05:00:30 +0000 Subject: [PATCH] Bump kittycad-modeling-cmds from 0.2.18 to 0.2.19 in /src/wasm-lib (#2161) Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api) from 0.2.18 to 0.2.19. - [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.18...kittycad-modeling-cmds-0.2.19) --- updated-dependencies: - dependency-name: kittycad-modeling-cmds 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 | 4 ++-- src/wasm-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 3e6b1b549..ec5622f22 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -2004,9 +2004,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35d0474c1479a4dfe3769fbb6ac4d664fd7c37963fd21735f1aec2cf82d57971" +checksum = "35bb4946fa7bbcfd5270448e31834286c62e30e0f4599ef102a5b63e63b1f50b" dependencies = [ "anyhow", "chrono", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index 718b8eab7..e70c8c23e 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -65,7 +65,7 @@ kittycad = { version = "0.2.67", default-features = false, features = ["js", "re kittycad-execution-plan = "0.1.4" kittycad-execution-plan-macros = "0.1.9" kittycad-execution-plan-traits = "0.1.14" -kittycad-modeling-cmds = "0.2.18" +kittycad-modeling-cmds = "0.2.19" kittycad-modeling-session = "0.1.3" [[test]]