From a57ef8e02863b363b5ca6869969bc65b9899bedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:25:17 +0000 Subject: [PATCH] Bump kcl-lib from 0.2.22 to 0.2.23 Bumps [kcl-lib](https://github.com/KittyCAD/modeling-app) from 0.2.22 to 0.2.23. - [Release notes](https://github.com/KittyCAD/modeling-app/releases) - [Commits](https://github.com/KittyCAD/modeling-app/commits) --- updated-dependencies: - dependency-name: kcl-lib 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 e67faf7b..b4e1519b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,9 +1827,9 @@ dependencies = [ [[package]] name = "kcl-lib" -version = "0.2.22" +version = "0.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a17db6afa974c27ff2793464f2699b68e8096c3d2056448b7ae5b24683cbe70" +checksum = "9c46fb23d77dcfc654b09a29dd02a749bd2b1fc1cd45a476cc0665323cedb41a" dependencies = [ "anyhow", "approx 0.5.1", @@ -1896,9 +1896,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.3.23" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71b6f0c34165939697548dd0c94221200dbb8b5d1c84b5d8e803e70f9f720ea7" +checksum = "f6359cc0a1bbccbcf78775eea17a033cf2aa89d3fe6a9784f8ce94e5f882c185" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8fba63b8..ec9b11af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ git_rev = "0.1.0" heck = "0.5.0" http = "1" itertools = "0.12.1" -kcl-lib = { version = "0.2.22", features = ["disable-println"] } +kcl-lib = { version = "0.2.23", features = ["disable-println"] } kcl-test-server = "0.1.14" kittycad = { version = "0.3.23", features = ["clap", "tabled", "requests", "retry"] } kittycad-modeling-cmds = { version = "0.2.71", features = ["websocket", "convert_client_crate", "tabled"] }