From 9d0a8db3bbb9b0a1e68fa8e5c0ed7995e6fdba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:00:17 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.38.0 to 1.39.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- editor/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 647cafd4..bc3e0e5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2714,22 +2714,21 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" dependencies = [ "backtrace", "bytes", - "num_cpus", "pin-project-lite", "tokio-macros", ] [[package]] name = "tokio-macros" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", diff --git a/editor/Cargo.toml b/editor/Cargo.toml index 83107eb9..f1bdf2dd 100644 --- a/editor/Cargo.toml +++ b/editor/Cargo.toml @@ -21,7 +21,7 @@ ui = { path = "../ui/" } roc = "0.0.0" serde = { version = "1.0.204" } iced = { version = "0.12.1", features = ["tokio"] } -tokio = { version = "1.38.0", features = ["fs", "io-util", "macros", "rt"] } +tokio = { version = "1.39.2", features = ["fs", "io-util", "macros", "rt"] } ron = { version = "0.8.1" } iced_aw = { version = "0.9.3", default-features = false, features = [ "tabs",