From ca102116b6085a6e082fdb12a802b234ad3fab6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:52:22 +0000 Subject: [PATCH] Bump kittycad-modeling-cmds from 0.2.70 to 0.2.71 in /src/wasm-lib (#4302) Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api) from 0.2.70 to 0.2.71. - [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.70...kittycad-modeling-cmds-0.2.71) --- updated-dependencies: - dependency-name: kittycad-modeling-cmds 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> Co-authored-by: Adam Chalmers --- src/wasm-lib/Cargo.lock | 4 ++-- src/wasm-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 8ffd077e0..a8f4627ad 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -1684,9 +1684,9 @@ dependencies = [ [[package]] name = "kittycad-modeling-cmds" -version = "0.2.70" +version = "0.2.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b135696d07a4fab928e5abace4dd05f4976eafab5d73e5747a85dc5a684b936c" +checksum = "c6d2160dcb0e5373b1242a760dbf17fb9c12de523c410c11b145381c852b377b" dependencies = [ "anyhow", "chrono", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index 16ac163d2..a9e9a2b20 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -72,7 +72,7 @@ members = [ [workspace.dependencies] http = "1" kittycad = { version = "0.3.23", default-features = false, features = ["js", "requests"] } -kittycad-modeling-cmds = { version = "0.2.70", features = ["websocket"] } +kittycad-modeling-cmds = { version = "0.2.71", features = ["websocket"] } [[test]] name = "executor"