From 4b7e7403005307af44ae7ad9a8d8b81807e2b177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:56:44 -0700 Subject: [PATCH] Bump kittycad from 0.3.5 to 0.3.6 (#312) Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: kittycad 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 ba80af2..11e3e8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1298,9 +1298,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df75feef10313fa1cb15b7cecd0f579877312ba3d42bb5b8b4c1d4b1d0fcabf0" +checksum = "af3de9bb4b1441f198689a9f64a8163a518377e30b348a784680e738985b95eb" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 419e388..420c269 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.5.7", features = ["cargo", "derive", "env", "unicode"] } dashmap = "6.0.0" kcl-lib = { version = "0.1.60", default-features = false, features = ["cli", "engine", "disable-println"] } #kcl-lib = { path = "../modeling-app/src/wasm-lib/kcl", default-features = false, features = ["cli", "engine", "disable-println"] } -kittycad = "0.3.3" +kittycad = "0.3.6" lazy_static = "1.4.0" log = { version = "0.4.21", features = ["serde"] } slog = "2.7.0"