Skip to content

Commit

Permalink
Bump tokio from 1.42.0 to 1.43.0 (#663)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

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

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 10, 2025
1 parent 0952548 commit 36386ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions kittycad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ uuid = { version = "1", features = ["serde", "v4", "v7"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["now", "serde", "std"] }
tokio = { version = "1.38.0", features = ["rt", "macros"] }
tokio = { version = "1.43.0", features = ["rt", "macros"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
chrono = { version = "0.4", default-features = false, features = ["serde", "std"] }
Expand All @@ -54,7 +54,7 @@ expectorate = "1"
futures-util = "^0.3.26"
pretty_assertions = "1"
rand = "0.8"
tokio = { version = "1.38.0", features = ["rt", "macros"] }
tokio = { version = "1.43.0", features = ["rt", "macros"] }
tokio-tungstenite = "0.24"

[features]
Expand Down

0 comments on commit 36386ab

Please sign in to comment.