From 4a07047b1e9d3615aa7a6d6bfc908e0e84f92c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:39:27 +0000 Subject: [PATCH] build(deps): bump tokio from 1.37.0 to 1.39.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.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 | 15 ++------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a799882..135f60d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2046,16 +2046,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "num_cpus" -version = "1.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" -dependencies = [ - "hermit-abi", - "libc", -] - [[package]] name = "num_enum" version = "0.7.2" @@ -2972,12 +2962,11 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" dependencies = [ "backtrace", - "num_cpus", "pin-project-lite", ] diff --git a/Cargo.toml b/Cargo.toml index f5cdfa0..db60bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ egui = { version = "0.27.2" } cavestory-save-lib = "2.9.2" rfd = "0.14.1" tracing-subscriber = "0.3" -tokio = { version = "1.37", features = ["rt-multi-thread", "time"] } +tokio = { version = "1.39", features = ["rt-multi-thread", "time"] } tap = "1.0.1" winit = "0.30"