From 33facf4ff9c0149d3c2cf0b52f4f289e4b9a3eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:14:01 +0000 Subject: [PATCH] Bump kittycad-modeling-cmds from 0.2.94 to 0.2.95 Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api) from 0.2.94 to 0.2.95. - [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.94...kittycad-modeling-cmds-0.2.95) --- updated-dependencies: - dependency-name: kittycad-modeling-cmds dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d445cf7..6afb2c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1369,9 +1369,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.94" +version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "250f3a682c01984f75eaa902518d53c5978a4365207383d89e5d4ea3e2c45ff5" +checksum = "198d0bcfa2875b389325e363a12c780467dc137e6c37eaeae291ce036029e014" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index af41b16..c1c665f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ kcl-lib = { version = "0.2.33", features = [ ] } #kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl", default-features = false, features = ["pyo3", "engine", "disable-println"] } kittycad = "0.3.28" -kittycad-modeling-cmds = "0.2.94" +kittycad-modeling-cmds = "0.2.95" pyo3 = { version = "0.22.6", features = ["serde", "experimental-async"] } reqwest = "0.12" serde = "1.0.217"