From 5df4f70b7642916caf7a6d063072b7e2b04dd84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:08:25 +0000 Subject: [PATCH] Bump kittycad from 0.3.18 to 0.3.20 Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.3.18 to 0.3.20. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/v0.3.18...v0.3.20) --- updated-dependencies: - dependency-name: kittycad 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 d630b6e..204c399 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1137,9 +1137,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.3.18" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94feea5b1cf851b33dd108aa35aa01bde99772aa74d2ba1590295aac0b7ca33e" +checksum = "b6d94d74f88582f566f81fa443c638439f5d7b7eeb80d4c321f64703310a45da" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 885ed77..4d8a4f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.87" kcl-lib = { version = "0.2.13", features = ["pyo3", "disable-println"] } -kittycad = "0.3.18" +kittycad = "0.3.20" pyo3 = { version = "0.22.2", features = ["serde", "experimental-async"] } reqwest = "0.11.0" serde = "1.0.210"