diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 8ffd077e09..a8f4627ad5 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 16ac163d20..a9e9a2b209 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"