Skip to content

Commit

Permalink
Bump tokio in /tutorials/websocket_tutorial/draw_cube_rust
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.35.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.35.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent f168133 commit 54f136a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -13,6 +13,6 @@ kittycad = "0.2.37"
reqwest = "0.11.23"
serde = "1.0.189"
serde_json = "1.0.107"
tokio = { version = "1.33.0", features = ["macros", "rt"] }
tokio = { version = "1.35.1", features = ["macros", "rt"] }
tokio-tungstenite = "0.21.0"
uuid = "1.5.0"

0 comments on commit 54f136a

Please sign in to comment.