From fa166c5976712c65a2085b73fd29ff9881d2d3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:35:08 +0000 Subject: [PATCH] Bump kittycad from 0.4.12 to 0.4.13 Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.4.12 to 0.4.13. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/v0.4.12...v0.4.13) --- updated-dependencies: - dependency-name: kittycad dependency-version: 0.4.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68f9f2b3..4d3688fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,7 +763,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2942,9 +2942,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e45c82b5e6f46e5c15e4a3f535eff13b79c38e57011d152d437dce736403a1c" +checksum = "dc7690732dfec0288a47ede25d94130d1efdba21f63084ab609ce2018a9e727d" dependencies = [ "anyhow", "async-trait", @@ -6769,7 +6769,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 956b75f1..d7c56c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ image = { version = "0.25", default-features = false, features = [ itertools = "0.14.0" kcl-lib = { version = "=0.2.157", features = ["disable-println"] } kcl-test-server = "=0.2.157" -kittycad = { version = "0.4.12", features = [ +kittycad = { version = "0.4.13", features = [ "clap", "tabled", "requests",