From 11052cbda8f85ae16e8c4c23c0ba67e2ee018097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:52:38 +0000 Subject: [PATCH] build(deps): Bump tokio from 1.21.2 to 1.23.1 in /examples/rust Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rust/Cargo.lock | 6 +++--- examples/rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/rust/Cargo.lock b/examples/rust/Cargo.lock index 3b968f0..75847b4 100644 --- a/examples/rust/Cargo.lock +++ b/examples/rust/Cargo.lock @@ -2037,9 +2037,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.2" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" +checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" dependencies = [ "autocfg", "bytes", @@ -2050,7 +2050,7 @@ dependencies = [ "pin-project-lite", "socket2", "tokio-macros", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index f136b52..e104130 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -12,4 +12,4 @@ buttplug = "5.1.10" anyhow = "1.0.66" tracing-subscriber = "0.3.16" futures = "0.3.25" -tokio = { version = "1.21.2", features = ["io-std", "io-util", "rt-multi-thread", "macros"] } +tokio = { version = "1.23.1", features = ["io-std", "io-util", "rt-multi-thread", "macros"] }