From 896069042487a10ff934b96d16d2f7fda5beff41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:44:13 -0800 Subject: [PATCH 1/7] Bump semver from 1.0.24 to 1.0.25 (#737) Bumps [semver](https://github.com/dtolnay/semver) from 1.0.24 to 1.0.25. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.24...1.0.25) --- updated-dependencies: - dependency-name: semver 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 ++-- bumper/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 645b117b..ad24df10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3555,9 +3555,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" +checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" [[package]] name = "serde" diff --git a/bumper/Cargo.toml b/bumper/Cargo.toml index b7a694e7..5e53e614 100644 --- a/bumper/Cargo.toml +++ b/bumper/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] anyhow = "1.0.95" clap = { version = "4.5.26", features = ["derive"] } -semver = "1.0.24" +semver = "1.0.25" serde = "1.0.217" toml_edit = "0.22.16" From 64f05c949a582e3535f4ccd3333280cd920f60cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:44:21 -0800 Subject: [PATCH 2/7] Bump cxx from 1.0.136 to 1.0.137 (#738) Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.136 to 1.0.137. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.136...1.0.137) --- updated-dependencies: - dependency-name: cxx 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad24df10..b253dc46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -930,9 +930,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad7c7515609502d316ab9a24f67dc045132d93bfd3f00713389e90d9898bf30d" +checksum = "0fc894913dccfed0f84106062c284fa021c3ba70cb1d78797d6f5165d4492e45" dependencies = [ "cc", "cxxbridge-cmd", @@ -944,9 +944,9 @@ dependencies = [ [[package]] name = "cxxbridge-cmd" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c33fd49f5d956a1b7ee5f7a9768d58580c6752838d92e39d0d56439efdedc35" +checksum = "e0d2cb64a95b4b5a381971482235c4db2e0208302a962acdbe314db03cbbe2fb" dependencies = [ "clap", "codespan-reporting", @@ -957,15 +957,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0f1077278fac36299cce8446effd19fe93a95eedb10d39265f3bf67b3036c9" +checksum = "5f797b0206463c9c2a68ed605ab28892cca784f1ef066050f4942e3de26ad885" [[package]] name = "cxxbridge-macro" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3da7e4d6e74af6b79031d264b2f13c3ea70af1978083741c41ffce9308f1f24f" +checksum = "e79010a2093848e65a3e0f7062d3f02fb2ef27f866416dfe436fccfa73d3bb59" dependencies = [ "proc-macro2", "quote", From 55b3d2d11bc96828d1fc5f8498f9612d85f660f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:44:25 -0800 Subject: [PATCH 3/7] Bump serde_json from 1.0.135 to 1.0.137 (#739) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.137. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137) --- updated-dependencies: - dependency-name: serde_json 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 ++-- modeling-cmds/Cargo.toml | 2 +- modeling-session/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b253dc46..9122174e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3601,9 +3601,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "indexmap 2.2.6", "itoa", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index 4d259678..a4916ca2 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -33,7 +33,7 @@ schemars = { version = "0.8.16", features = [ ] } serde = { version = "1.0.217", features = ["derive"] } serde_bytes = "0.11.15" -serde_json = { version = "1.0.135", optional = true } +serde_json = { version = "1.0.137", optional = true } slog = { version = "2.7.0", optional = true } tabled = { version = "0.17", optional = true } ts-rs = { version = "10.1.0", optional = true, features = [ diff --git a/modeling-session/Cargo.toml b/modeling-session/Cargo.toml index dd4c09ff..8417312e 100644 --- a/modeling-session/Cargo.toml +++ b/modeling-session/Cargo.toml @@ -16,7 +16,7 @@ kittycad = { workspace = true } kittycad-modeling-cmds = { workspace = true, features = ["websocket"] } lsystem = "0.2.1" reqwest = "0.12.12" -serde_json = "1.0.135" +serde_json = "1.0.137" thiserror = "2.0.11" tokio = { version = "1", features = ["sync"] } tokio-tungstenite = "0.24.0" From 7802199961145cc3dcb9e87cab1c60da518161f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:24:31 -0800 Subject: [PATCH 4/7] Bump uuid from 1.12.0 to 1.12.1 (#741) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1) --- updated-dependencies: - dependency-name: uuid 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 ++-- modeling-cmds/Cargo.toml | 2 +- modeling-session/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9122174e..c67c6af9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4514,9 +4514,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "serde", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index a4916ca2..d47f82ea 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -41,7 +41,7 @@ ts-rs = { version = "10.1.0", optional = true, features = [ "no-serde-warnings", "serde-json-impl", ] } -uuid = { version = "1.12.0", features = ["serde", "v4", "js"] } +uuid = { version = "1.12.1", features = ["serde", "v4", "js"] } webrtc = { version = "0.11", optional = true } [lints] diff --git a/modeling-session/Cargo.toml b/modeling-session/Cargo.toml index 8417312e..0c888d51 100644 --- a/modeling-session/Cargo.toml +++ b/modeling-session/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.137" thiserror = "2.0.11" tokio = { version = "1", features = ["sync"] } tokio-tungstenite = "0.24.0" -uuid = { version = "1.12.0", features = ["v4"] } +uuid = { version = "1.12.1", features = ["v4"] } [dev-dependencies] color-eyre = "0.6" From ac29c55ce37bee86caebc6cc93e43968f7fb2cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:24:41 -0800 Subject: [PATCH 5/7] Bump clap from 4.5.26 to 4.5.27 (#740) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.27. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.26...clap_complete-v4.5.27) --- updated-dependencies: - dependency-name: clap 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 | 8 ++++---- bumper/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c67c6af9..203aff75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", diff --git a/bumper/Cargo.toml b/bumper/Cargo.toml index 5e53e614..3556fa82 100644 --- a/bumper/Cargo.toml +++ b/bumper/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] anyhow = "1.0.95" -clap = { version = "4.5.26", features = ["derive"] } +clap = { version = "4.5.27", features = ["derive"] } semver = "1.0.25" serde = "1.0.217" toml_edit = "0.22.16" From bd144d4a97296238b8f34ea8d731650501dd3d85 Mon Sep 17 00:00:00 2001 From: Serena Gandhi <60444726+gserena01@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:52:28 -0500 Subject: [PATCH 6/7] chang e radius to use lengthunit (#736) Co-authored-by: gserena --- modeling-cmds/src/def_enum.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modeling-cmds/src/def_enum.rs b/modeling-cmds/src/def_enum.rs index 6be520af..9da7e7ff 100644 --- a/modeling-cmds/src/def_enum.rs +++ b/modeling-cmds/src/def_enum.rs @@ -477,7 +477,7 @@ define_modeling_cmd_enum! { #[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))] pub struct EntityMakeHelixFromParams { /// Radius of the helix. - pub radius: f64, + pub radius: LengthUnit, /// Length of the helix. pub length: LengthUnit, /// Number of revolutions. @@ -499,7 +499,7 @@ define_modeling_cmd_enum! { #[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))] pub struct EntityMakeHelixFromEdge { /// Radius of the helix. - pub radius: f64, + pub radius: LengthUnit, /// Length of the helix. If None, the length of the edge will be used instead. pub length: Option, /// Number of revolutions. From 7b155c1faeb986d2015261f41ddb49cc5e0b2ead Mon Sep 17 00:00:00 2001 From: Serena Gandhi <60444726+gserena01@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:03:31 -0500 Subject: [PATCH 7/7] Release modeling-cmds 0.2.92 (#742) Co-authored-by: gserena --- Cargo.lock | 2 +- modeling-cmds/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 203aff75..c1ae3f0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.91" +version = "0.2.92" dependencies = [ "anyhow", "bson", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index d47f82ea..019b7550 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kittycad-modeling-cmds" -version = "0.2.91" +version = "0.2.92" edition = "2021" authors = ["KittyCAD, Inc."] description = "Commands in the KittyCAD Modeling API"