Skip to content

Commit

Permalink
Bump serde_json in /tutorials/websocket_tutorial/draw_cube_rust (#170)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.111.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.107...v1.0.111)

---
updated-dependencies:
- dependency-name: serde_json
  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] authored Jan 16, 2024
1 parent 1468eb9 commit 1476d41
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 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 @@ -12,7 +12,7 @@ image = "0.24.7"
kittycad = "0.2.37"
reqwest = "0.11.23"
serde = "1.0.189"
serde_json = "1.0.107"
serde_json = "1.0.111"
tokio = { version = "1.33.0", features = ["macros", "rt"] }
tokio-tungstenite = "0.21.0"
uuid = "1.5.0"

0 comments on commit 1476d41

Please sign in to comment.