Skip to content

Commit

Permalink
Bump kittycad in /tutorials/websocket_tutorial/draw_cube_rust (#272)
Browse files Browse the repository at this point in the history
Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/KittyCAD/kittycad.rs/releases)
- [Commits](KittyCAD/kittycad.rs@v0.3.5...v0.3.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent a81bb06 commit de71800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.30"
image = "0.25.1"
kittycad = "0.3.3"
kittycad = "0.3.6"
reqwest = "0.11.23"
serde = "1.0.203"
serde_json = "1.0.117"
Expand Down

0 comments on commit de71800

Please sign in to comment.