From 96a7debef88b43673c92bd5cefefe1614387f6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:25:52 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.49.0 to 1.50.0 in /simulator Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- simulator/Cargo.lock | 4 ++-- simulator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/simulator/Cargo.lock b/simulator/Cargo.lock index f07c1cf2..b022ba71 100644 --- a/simulator/Cargo.lock +++ b/simulator/Cargo.lock @@ -2655,9 +2655,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index f6e640de..de9551de 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -47,5 +47,5 @@ libc = "0.2" [dev-dependencies] tempfile = "3.26.0" -tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] } wat = "1"