From e98bab19813aa72290fa1bb881279c0112cde9ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:55:10 +0000 Subject: [PATCH] Bump kcl-lib from 0.1.68 to 0.1.69 Bumps [kcl-lib](https://github.com/KittyCAD/modeling-app) from 0.1.68 to 0.1.69. - [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 | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdfad5a..b2e02bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,9 +582,9 @@ dependencies = [ [[package]] name = "derive-docs" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "209f25705d04fe09b669b63fb541ee0de96d21e1f8260a2992e902810e5e21a8" +checksum = "119786ab321647e20f5af745e6a770eb1d250162ebbf83be255fde4794e2c1c5" dependencies = [ "Inflector", "convert_case", @@ -1144,9 +1144,9 @@ dependencies = [ [[package]] name = "kcl-lib" -version = "0.1.68" +version = "0.1.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e00591641a76b4760be5a26df8d2a142a916c42dd76c7ad78ac75f50283fdc5a" +checksum = "bff1519f02ff959092563d9e66fab3fdcffac446b6e50d9727a5cd49e6b31995" dependencies = [ "anyhow", "approx", @@ -2914,9 +2914,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "ts-rs" -version = "9.0.0" +version = "9.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e2dcf58e612adda9a83800731e8e4aba04d8a302b9029617b0b6e4b021d5357" +checksum = "b44017f9f875786e543595076374b9ef7d13465a518dd93d6ccdbf5b432dde8c" dependencies = [ "chrono", "serde_json", @@ -2928,9 +2928,9 @@ dependencies = [ [[package]] name = "ts-rs-macros" -version = "9.0.0" +version = "9.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdee324e50a7402416d9c25270d3df4241ed528af5d36dda18b6f219551c577" +checksum = "c88cc88fd23b5a04528f3a8436024f20010a16ec18eb23c164b1242f65860130" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4ef37a2..20baf07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.86" -kcl-lib = {version = "0.1.68", features = ["pyo3"]} +kcl-lib = {version = "0.1.69", features = ["pyo3"]} kittycad = "0.3.6" pyo3 = { version = "0.22.0", features = ["serde", "experimental-async"] } reqwest = "0.11.0"