diff --git a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock index 1b2c2a2..a13df2a 100644 --- a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock +++ b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock @@ -1015,9 +1015,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb7c076d64ad00a29ae900108707d1bbb583944d4b2d005e1eca9914a18c7c2" +checksum = "94feea5b1cf851b33dd108aa35aa01bde99772aa74d2ba1590295aac0b7ca33e" dependencies = [ "anyhow", "async-trait", diff --git a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml index 0c76dd1..ab84f30 100644 --- a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml +++ b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" color-eyre = "0.6.3" futures = "0.3.30" image = "0.25.2" -kittycad = "0.3.17" +kittycad = "0.3.18" reqwest = "0.11.23" serde = "1.0.209" serde_json = "1.0.127"