Bump tokio from 1.35.1 to 1.36.0 in /src/wasm-lib (#1391)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-11 12:10:17 -08:00
committed by GitHub
parent 386571fa60
commit 05f98a8c39
4 changed files with 6 additions and 6 deletions

View File

@ -4234,9 +4234,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.35.1"
version = "1.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
dependencies = [
"backtrace",
"bytes",

View File

@ -25,7 +25,7 @@ image = "0.24.7"
kittycad = { workspace = true, default-features = true }
pretty_assertions = "1.4.0"
reqwest = { version = "0.11.24", default-features = false }
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "time"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros", "time"] }
twenty-twenty = "0.7"
uuid = { version = "1.7.0", features = ["v4", "js", "serde"] }

View File

@ -12,7 +12,7 @@ kittycad-execution-plan = { workspace = true }
kittycad-execution-plan-traits = { workspace = true }
kittycad-modeling-session = { workspace = true }
thiserror = "1.0.57"
tokio = { version = "1.35.1", features = ["macros", "rt"] }
tokio = { version = "1.36.0", features = ["macros", "rt"] }
[dev-dependencies]

View File

@ -45,7 +45,7 @@ approx = "0.5"
bson = { version = "2.9.0", features = ["uuid-1", "chrono"] }
futures = { version = "0.3.30" }
reqwest = { version = "0.11.24", default-features = false }
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-native-roots"] }
tower-lsp = { version = "0.20.0", features = ["proposed"] }
@ -67,7 +67,7 @@ expectorate = "1.1.0"
insta = { version = "1.34.0", features = ["json"] }
itertools = "0.12.1"
pretty_assertions = "1.4.0"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros", "time"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros", "time"] }
[[bench]]
name = "compiler_benchmark"