From cb4775b31cb67b1cc7a9a71234fae409b59fb6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:03:54 -0800 Subject: [PATCH] Bump kittycad-modeling-cmds from 0.2.84 to 0.2.85 (#1090) Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api) from 0.2.84 to 0.2.85. - [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.84...kittycad-modeling-cmds-0.2.85) --- 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> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e442c8a..38f80faa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,9 +2042,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.84" +version = "0.2.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87bbc6ea4d99f614d853b5c00a8d2aeda5e030d4c5fa0e2702c2b363528ed01a" +checksum = "70a8086c496d76962266614fea08adb3f1e075f00c2c04954c9d1d00f1da2a11" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ad49a281..bf401376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ itertools = "0.12.1" kcl-lib = { version = "0.2.29", features = ["disable-println"] } kcl-test-server = "0.1" kittycad = { version = "0.3.28", features = ["clap", "tabled", "requests", "retry"] } -kittycad-modeling-cmds = { version = "0.2.84", features = ["websocket", "convert_client_crate", "tabled"] } +kittycad-modeling-cmds = { version = "0.2.85", features = ["websocket", "convert_client_crate", "tabled"] } log = "0.4.22" nu-ansi-term = "0.50.1" num-traits = "0.2.19"