Skip to content

Commit

Permalink
Bump kittycad in /tutorials/websocket_tutorial/draw_cube_rust
Browse files Browse the repository at this point in the history
Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.3.25 to 0.3.28.
- [Release notes](https://github.com/KittyCAD/kittycad.rs/releases)
- [Commits](KittyCAD/kittycad.rs@v0.3.25...v0.3.28)

---
updated-dependencies:
- dependency-name: kittycad
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 03ac5f0 commit 1d4abf9
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 25 deletions.
84 changes: 60 additions & 24 deletions tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
color-eyre = "0.6.3"
futures = "0.3.31"
image = "0.25.5"
kittycad = "0.3.25"
kittycad = "0.3.28"
reqwest = "0.12"
serde = "1.0.217"
serde_json = "1.0.134"
Expand Down

0 comments on commit 1d4abf9

Please sign in to comment.