From e008d1e46155822b28938ae300aa4a656dfdf16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 11:03:24 +0000 Subject: [PATCH] Bump kittycad from 0.4.5 to 0.4.7 in /rust Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.4.5 to 0.4.7. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/v0.4.5...v0.4.7) --- updated-dependencies: - dependency-name: kittycad dependency-version: 0.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 8 +++----- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 861b675c4f..8510d9d18f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1705,7 +1705,6 @@ dependencies = [ "hyper 1.6.0", "hyper-util", "rustls", - "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls", @@ -2366,9 +2365,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.4.5" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b9cb704f63de8e6852d9f0984a1ee3cde9823ab934aab968f3abeea79a99bb3" +checksum = "890ab946c7ea266317c75861e8c138e428acc6ecc1b78cb738e64e1b40c817ca" dependencies = [ "anyhow", "async-trait", @@ -2382,7 +2381,7 @@ dependencies = [ "futures", "getrandom 0.3.1", "http 1.4.0", - "itertools 0.13.0", + "itertools 0.14.0", "log", "mime_guess", "parse-display", @@ -3838,7 +3837,6 @@ dependencies = [ "pin-project-lite", "quinn", "rustls", - "rustls-native-certs", "rustls-pki-types", "serde", "serde_json", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 40c8c8f3b0..6e8041963d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,7 +24,7 @@ dashmap = { version = "6.1.0" } http = "1" indexmap = "2.12.1" kcl-ezpz = "0.1.5" -kittycad = { version = "0.4.2", default-features = false, features = [ +kittycad = { version = "0.4.7", default-features = false, features = [ "js", "requests", ] }