diff --git a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock index 3dfb672..a9bc749 100644 --- a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock +++ b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock @@ -2261,9 +2261,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 = [ "itoa", "memchr", diff --git a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml index 2aa2b7a..4fa6997 100644 --- a/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml +++ b/tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml @@ -11,7 +11,7 @@ image = "0.25.5" kittycad = "0.3.28" reqwest = "0.12" serde = "1.0.217" -serde_json = "1.0.135" +serde_json = "1.0.137" tokio = { version = "1.43.0", features = ["macros", "rt"] } tokio-tungstenite = "0.24.0" uuid = "1.12.0"