From 8f9f057c973a79103751fb0014ebdbf2399816ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:25:52 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.43.1 in /wayvr-ipc (#325) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- wayvr-ipc/Cargo.lock | 4 ++-- wayvr-ipc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wayvr-ipc/Cargo.lock b/wayvr-ipc/Cargo.lock index 59143c9..42d0d32 100644 --- a/wayvr-ipc/Cargo.lock +++ b/wayvr-ipc/Cargo.lock @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/wayvr-ipc/Cargo.toml b/wayvr-ipc/Cargo.toml index 392a6f0..20e9928 100644 --- a/wayvr-ipc/Cargo.toml +++ b/wayvr-ipc/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.22" # client-only deps interprocess = { version = "2.2.2", features = ["tokio"], optional = true } -tokio = { version = "1.42.0", features = ["macros"], optional = true } +tokio = { version = "1.43.1", features = ["macros"], optional = true } tokio-util = { version = "0.7.13", optional = true } serde_json = "1.0.135"