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:
4
src/wasm-lib/Cargo.lock
generated
4
src/wasm-lib/Cargo.lock
generated
@ -4234,9 +4234,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.35.1"
|
version = "1.36.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
|
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|||||||
@ -25,7 +25,7 @@ image = "0.24.7"
|
|||||||
kittycad = { workspace = true, default-features = true }
|
kittycad = { workspace = true, default-features = true }
|
||||||
pretty_assertions = "1.4.0"
|
pretty_assertions = "1.4.0"
|
||||||
reqwest = { version = "0.11.24", default-features = false }
|
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"
|
twenty-twenty = "0.7"
|
||||||
uuid = { version = "1.7.0", features = ["v4", "js", "serde"] }
|
uuid = { version = "1.7.0", features = ["v4", "js", "serde"] }
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ kittycad-execution-plan = { workspace = true }
|
|||||||
kittycad-execution-plan-traits = { workspace = true }
|
kittycad-execution-plan-traits = { workspace = true }
|
||||||
kittycad-modeling-session = { workspace = true }
|
kittycad-modeling-session = { workspace = true }
|
||||||
thiserror = "1.0.57"
|
thiserror = "1.0.57"
|
||||||
tokio = { version = "1.35.1", features = ["macros", "rt"] }
|
tokio = { version = "1.36.0", features = ["macros", "rt"] }
|
||||||
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@ -45,7 +45,7 @@ approx = "0.5"
|
|||||||
bson = { version = "2.9.0", features = ["uuid-1", "chrono"] }
|
bson = { version = "2.9.0", features = ["uuid-1", "chrono"] }
|
||||||
futures = { version = "0.3.30" }
|
futures = { version = "0.3.30" }
|
||||||
reqwest = { version = "0.11.24", default-features = false }
|
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"] }
|
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-native-roots"] }
|
||||||
tower-lsp = { version = "0.20.0", features = ["proposed"] }
|
tower-lsp = { version = "0.20.0", features = ["proposed"] }
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ expectorate = "1.1.0"
|
|||||||
insta = { version = "1.34.0", features = ["json"] }
|
insta = { version = "1.34.0", features = ["json"] }
|
||||||
itertools = "0.12.1"
|
itertools = "0.12.1"
|
||||||
pretty_assertions = "1.4.0"
|
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]]
|
[[bench]]
|
||||||
name = "compiler_benchmark"
|
name = "compiler_benchmark"
|
||||||
|
|||||||
Reference in New Issue
Block a user